#02210C

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

Shades of Dark Green #02210C

Tints of Dark Green #02210C

Color information

#02210C (or 0x02210C) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 0C. RGB value is (2,33,12). Sum of RGB (Red+Green+Blue) = 2+33+12=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #02210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02210C is #FDDEF3. Grayscale: #151515. Windows color (decimal): -16637684 or 794882. OLE color: 794882.

HSL color Cylindrical-coordinate representation of color #02210C: hue angle of 139.35º 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 #02210C is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB23312-
CMYK0.9400.640.87
HSL139.35º88.57%6.86%-
HSV(B)139.35º93.94%12.94%-
XYZ0.641.130.53-
YUV21.34122.73114.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 33 (13.28% from 255) = 70.21%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=4.26%
G=70.21%
B=25.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233120.9400.640.87139.3588.576.86
Hex221C5E040578b597
Octal2411413601001272131317
Binary1010000111001011110010000001010111100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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