#01DA38

Color #01DA38 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01DA38

Tints of Dark Pastel Green #01DA38

Color information

#01DA38 (or 0x01DA38) is unknown color: approx Dark Pastel Green. HEX triplet: 01, DA and 38. RGB value is (1,218,56). Sum of RGB (Red+Green+Blue) = 1+218+56=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 218 (85.55% from 255 or 79.27% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DA38 is #FE25C7. Grayscale: #878787. Windows color (decimal): -16655816 or 3725825. OLE color: 3725825.

HSL color Cylindrical-coordinate representation of color #01DA38: hue angle of 135.21º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DA38 is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB121856-
CMYK1.0000.740.15
HSL135.21º99.09%42.94%-
HSV(B)135.21º99.54%85.49%-
XYZ25.850.4312.12-
YUV134.6583.6132.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 218 (85.55% from 255) = 79.27%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=0.36%
G=79.27%
B=20.36%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1218561.0000.740.15135.2199.0942.94
Hex1DA386404AF87632b
Octal13327014401121720714353
Binary1110110101110001100100010010101111100001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01DA38; }

 p { color: rgb(1,218,56); }

 H1.HeaderClassName
 {
   color: #01DA38;
 }
 .AnyTagClassName
 {
   color: #01DA38;
 }
</style>
background-color css

<style>
 a { background-color: #01DA38; }

 a { background-color: rgb(1,218,56); }

 div.DivClassName
 {
   background-color: #01DA38;
 }
 .BgClassName
 {
   background-color: #01DA38;
 }
</style>
border-color css

<style>
 span { border-color: #01DA38; }

 span { border-color: rgb(1,218,56); }

 td.TdClassName
 {
   border-color: #01DA38;
 }
 .TagClassName
 {
   border-color: #01DA38;
 }
</style>