#02220C

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

Shades of Dark Green #02220C

Tints of Dark Green #02220C

Color information

#02220C (or 0x02220C) is unknown color: approx Dark Green. HEX triplet: 02, 22 and 0C. RGB value is (2,34,12). Sum of RGB (Red+Green+Blue) = 2+34+12=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 34 (13.67% from 255 or 70.83% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 34 - color contains mainly: green. Hex color #02220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02220C is #FDDDF3. Grayscale: #151515. Windows color (decimal): -16637428 or 795138. OLE color: 795138.

HSL color Cylindrical-coordinate representation of color #02220C: hue angle of 138.75º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02220C is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.

Color convert

RGB23412-
CMYK0.9400.650.87
HSL138.75º88.89%7.06%-
HSV(B)138.75º94.12%13.33%-
XYZ0.661.180.54-
YUV21.92122.4113.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.17%
GREEN value IS 34 (13.67% from 255) = 70.83%
BLUE value IS 12 (5.08% from 255) = 25%
R=4.17%
G=70.83%
B=25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal234120.9400.650.87138.7588.897.06
Hex222C5E041578b597
Octal2421413601011272131317
Binary1010001011001011110010000011010111100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02220C; }

 p { color: rgb(2,34,12); }

 H1.HeaderClassName
 {
   color: #02220C;
 }
 .AnyTagClassName
 {
   color: #02220C;
 }
</style>
background-color css

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

 a { background-color: rgb(2,34,12); }

 div.DivClassName
 {
   background-color: #02220C;
 }
 .BgClassName
 {
   background-color: #02220C;
 }
</style>
border-color css

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

 span { border-color: rgb(2,34,12); }

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