#022412

Color #022412 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #022412

Tints of Dark Green #022412

Color information

#022412 (or 0x022412) is unknown color: approx 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

RGB23618-
CMYK0.9400.50.86
HSL148.24º89.47%7.45%-
HSV(B)148.24º94.44%14.12%-
XYZ0.771.320.79-
YUV23.78124.74112.46-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal236180.9400.50.86148.2489.477.45
Hex224125E0325694597
Octal244221360621262241317
Binary1010010010010101111001100101010110100101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>