Html Css Color HEX #021E10 Dark Green

📋 copy color: '#021E10'

red 2 ◦ green 30 ◦ blue 16

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

Shades of Dark Green #021E10

Tints of Dark Green #021E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 33.33%

R = 4.17%
G = 62.5%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.88

RGB Variations

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

Color information

#021E10 (or 0x021E10) is known color: Dark Green. HEX triplet: 02, 1E and 10. RGB value is (2,30,16). Sum of RGB (Red+Green+Blue) = 2+30+16=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #021E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E10 is #FDE1EF. Grayscale: #141414. Windows color (decimal): -16638448 or 1056258. OLE color: 1056258.

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

Color convert

RGB 2 30 16 -
CMYK 0.93 0 0.47 0.88
HSL 150º 0.88% 0.06% -
HSV(B) 150º 0.93% 0.12% -
XYZ 0.58 0.98 0.65 -
YUV 20.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 2 30 16 0.93 0 0.47 0.88 150 0.88 0.06
Hex 2 1E 10 5D 0 2F 58 96 58 6
Octal 2 36 20 135 0 57 130 226 130 6
Binary 10 11110 10000 1011101 0 101111 1011000 10010110 1011000 110

Color Harmonies of #021E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E10

Black with #021E10

Text Example


Text Example

White with #021E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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