Html Css Color HEX #021E1C Dark Green

📋 copy color: '#021E1C'

red 2 ◦ green 30 ◦ blue 28

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

Shades of Dark Green #021E1C

Tints of Dark Green #021E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 46.67%

R = 3.33%
G = 50%
B = 46.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#021E1C (or 0x021E1C) is known color: Dark Green. HEX triplet: 02, 1E and 1C. RGB value is (2,30,28). Sum of RGB (Red+Green+Blue) = 2+30+28=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 30 (12.11% from 255 or 50% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 30 - color contains mainly: green. Hex color #021E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E1C is #FDE1E3. Grayscale: #151515. Windows color (decimal): -16638436 or 1842690. OLE color: 1842690.

HSL color Cylindrical-coordinate representation of color #021E1C: hue angle of 175.71º 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 #021E1C is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 30 28 -
CMYK 0.93 0 0.07 0.88
HSL 175.71º 0.88% 0.06% -
HSV(B) 175.71º 0.93% 0.12% -
XYZ 0.7 1.03 1.26 -
YUV 21.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 2 30 28 0.93 0 0.07 0.88 175.71 0.88 0.06
Hex 2 1E 1C 5D 0 7 58 B0 58 6
Octal 2 36 34 135 0 7 130 260 130 6
Binary 10 11110 11100 1011101 0 111 1011000 10110000 1011000 110

Color Harmonies of #021E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E1C

Black with #021E1C

Text Example


Text Example

White with #021E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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