Html Css Color HEX #021E18 Dark Green

📋 copy color: '#021E18'

red 2 ◦ green 30 ◦ blue 24

#021E18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #021E18

Tints of Dark Green #021E18

RGB

 RED value IS 2 (1.17% from 255) = 3.57%

 GREEN value IS 30 (12.11% from 255) = 53.57%

 BLUE value IS 24 (9.77% from 255) = 42.86%

R = 3.57%
G = 53.57%
B = 42.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#021E18 (or 0x021E18) is known color: Dark Green. HEX triplet: 02, 1E and 18. RGB value is (2,30,24). Sum of RGB (Red+Green+Blue) = 2+30+24=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #021E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E18 is #FDE1E7. Grayscale: #141414. Windows color (decimal): -16638440 or 1580546. OLE color: 1580546.

HSL color Cylindrical-coordinate representation of color #021E18: hue angle of 167.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E18 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 30 24 -
CMYK 0.93 0 0.20 0.88
HSL 167.14º 0.88% 0.06% -
HSV(B) 167.14º 0.93% 0.12% -
XYZ 0.65 1.01 1.02 -
YUV 20.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 2 30 24 0.93 0 0.20 0.88 167.14 0.88 0.06
Hex 2 1E 18 5D 0 14 58 A7 58 6
Octal 2 36 30 135 0 24 130 247 130 6
Binary 10 11110 11000 1011101 0 10100 1011000 10100111 1011000 110

Color Harmonies of #021E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E18

Black with #021E18

Text Example


Text Example

White with #021E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021E18; }

 p { color: rgb(2,30,24); }

 H1.HeaderClassName
 {
   color: #021E18;
 }
 .AnyTagClassName
 {
   color: #021E18;
 }
</style>

background-color css

<style>
 a { background-color: #021E18; }

 a { background-color: rgb(2,30,24); }

 div.DivClassName
 {
   background-color: #021E18;
 }
 .BgClassName
 {
   background-color: #021E18;
 }
</style>

border-color css

<style>
 span { border-color: #021E18; }

 span { border-color: rgb(2,30,24); }

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