Html Css Color HEX #022412 Dark Green

📋 copy color: '#022412'

red 2 ◦ green 36 ◦ blue 18

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

Shades of Dark Green #022412

Tints of Dark Green #022412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 64.29%

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

R = 3.57%
G = 64.29%
B = 32.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#022412 (or 0x022412) is known color: Dark Green. HEX triplet: 02, 24 and 12. RGB value is (2,36,18). Sum of RGB (Red+Green+Blue) = 2+36+18=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #022412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022412 is #FDDBED. Grayscale: #171717. Windows color (decimal): -16636910 or 1188866. OLE color: 1188866.

HSL color Cylindrical-coordinate representation of color #022412: hue angle of 148.24º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022412 is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 36 18 -
CMYK 0.94 0 0.5 0.86
HSL 148.24º 0.89% 0.07% -
HSV(B) 148.24º 0.94% 0.14% -
XYZ 0.77 1.32 0.79 -
YUV 23.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 2 36 18 0.94 0 0.5 0.86 148.24 0.89 0.07
Hex 2 24 12 5E 0 32 56 94 59 7
Octal 2 44 22 136 0 62 126 224 131 7
Binary 10 100100 10010 1011110 0 110010 1010110 10010100 1011001 111

Color Harmonies of #022412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022412

Black with #022412

Text Example


Text Example

White with #022412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022412; }

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

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

background-color css

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

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

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

border-color css

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

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

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