Html Css Color HEX #022912 Dark Green

📋 copy color: '#022912'

red 2 ◦ green 41 ◦ blue 18

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

Shades of Dark Green #022912

Tints of Dark Green #022912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 67.21%

 BLUE value IS 18 (7.42% from 255) = 29.51%

R = 3.28%
G = 67.21%
B = 29.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#022912 (or 0x022912) is known color: Dark Green. HEX triplet: 02, 29 and 12. RGB value is (2,41,18). Sum of RGB (Red+Green+Blue) = 2+41+18=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 41 (16.41% from 255 or 67.21% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 41 - color contains mainly: green. Hex color #022912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022912 is #FDD6ED. Grayscale: #1A1A1A. Windows color (decimal): -16635630 or 1190146. OLE color: 1190146.

HSL color Cylindrical-coordinate representation of color #022912: hue angle of 144.62º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022912 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 41 18 -
CMYK 0.95 0 0.56 0.84
HSL 144.62º 0.91% 0.08% -
HSV(B) 144.62º 0.95% 0.16% -
XYZ 0.93 1.64 0.84 -
YUV 26.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 2 41 18 0.95 0 0.56 0.84 144.62 0.91 0.08
Hex 2 29 12 5F 0 38 54 91 5B 8
Octal 2 51 22 137 0 70 124 221 133 10
Binary 10 101001 10010 1011111 0 111000 1010100 10010001 1011011 1000

Color Harmonies of #022912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022912

Black with #022912

Text Example


Text Example

White with #022912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022912; }

 p { color: rgb(2,41,18); }

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

background-color css

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

 a { background-color: rgb(2,41,18); }

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

border-color css

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

 span { border-color: rgb(2,41,18); }

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