Html Css Color HEX #021E13 Dark Green

📋 copy color: '#021E13'

red 2 ◦ green 30 ◦ blue 19

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

Shades of Dark Green #021E13

Tints of Dark Green #021E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 37.25%

R = 3.92%
G = 58.82%
B = 37.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#021E13 (or 0x021E13) is known color: Dark Green. HEX triplet: 02, 1E and 13. RGB value is (2,30,19). Sum of RGB (Red+Green+Blue) = 2+30+19=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #021E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E13 is #FDE1EC. Grayscale: #141414. Windows color (decimal): -16638445 or 1252866. OLE color: 1252866.

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

Color convert

RGB 2 30 19 -
CMYK 0.93 0 0.37 0.88
HSL 156.43º 0.88% 0.06% -
HSV(B) 156.43º 0.93% 0.12% -
XYZ 0.61 0.99 0.77 -
YUV 20.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 2 30 19 0.93 0 0.37 0.88 156.43 0.88 0.06
Hex 2 1E 13 5D 0 25 58 9C 58 6
Octal 2 36 23 135 0 45 130 234 130 6
Binary 10 11110 10011 1011101 0 100101 1011000 10011100 1011000 110

Color Harmonies of #021E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E13

Black with #021E13

Text Example


Text Example

White with #021E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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