#02210E

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

Shades of Dark Green #02210E

Tints of Dark Green #02210E

Color information

#02210E (or 0x02210E) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 0E. RGB value is (2,33,14). Sum of RGB (Red+Green+Blue) = 2+33+14=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #02210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02210E is #FDDEF1. Grayscale: #151515. Windows color (decimal): -16637682 or 925954. OLE color: 925954.

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

Color convert

RGB23314-
CMYK0.9400.580.87
HSL143.23º88.57%6.86%-
HSV(B)143.23º93.94%12.94%-
XYZ0.651.130.6-
YUV21.56123.73114.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.08%
GREEN value IS 33 (13.28% from 255) = 67.35%
BLUE value IS 14 (5.86% from 255) = 28.57%
R=4.08%
G=67.35%
B=28.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233140.9400.580.87143.2388.576.86
Hex221E5E03A578f597
Octal241161360721272171317
Binary101000011110101111001110101010111100011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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