Html Css Color HEX #021F11 Dark Green

📋 copy color: '#021F11'

red 2 ◦ green 31 ◦ blue 17

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

Shades of Dark Green #021F11

Tints of Dark Green #021F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 62%

 BLUE value IS 17 (7.03% from 255) = 34%

R = 4%
G = 62%
B = 34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.88

RGB Variations

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

Color information

#021F11 (or 0x021F11) is known color: Dark Green. HEX triplet: 02, 1F and 11. RGB value is (2,31,17). Sum of RGB (Red+Green+Blue) = 2+31+17=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #021F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F11 is #FDE0EE. Grayscale: #141414. Windows color (decimal): -16638191 or 1122050. OLE color: 1122050.

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

Color convert

RGB 2 31 17 -
CMYK 0.94 0 0.45 0.88
HSL 151.03º 0.88% 0.06% -
HSV(B) 151.03º 0.94% 0.12% -
XYZ 0.62 1.03 0.7 -
YUV 20.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 2 31 17 0.94 0 0.45 0.88 151.03 0.88 0.06
Hex 2 1F 11 5E 0 2D 58 97 58 6
Octal 2 37 21 136 0 55 130 227 130 6
Binary 10 11111 10001 1011110 0 101101 1011000 10010111 1011000 110

Color Harmonies of #021F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F11

Black with #021F11

Text Example


Text Example

White with #021F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,31,17); }

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

background-color css

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

 a { background-color: rgb(2,31,17); }

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

border-color css

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

 span { border-color: rgb(2,31,17); }

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