#02221D

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

Shades of Dark Green #02221D

Tints of Dark Green #02221D

Color information

#02221D (or 0x02221D) is unknown color: approx Dark Green. HEX triplet: 02, 22 and 1D. RGB value is (2,34,29). Sum of RGB (Red+Green+Blue) = 2+34+29=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #02221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02221D is #FDDDE2. Grayscale: #171717. Windows color (decimal): -16637411 or 1909250. OLE color: 1909250.

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

Color convert

RGB23429-
CMYK0.9400.150.87
HSL170.62º88.89%7.06%-
HSV(B)170.62º94.12%13.33%-
XYZ0.821.251.36-
YUV23.86130.9112.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 34 (13.67% from 255) = 52.31%
BLUE value IS 29 (11.72% from 255) = 44.62%
R=3.08%
G=52.31%
B=44.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal234290.9400.150.87170.6288.897.06
Hex2221D5E0F57ab597
Octal242351360171272531317
Binary10100010111011011110011111010111101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02221D; }

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

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

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

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

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

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

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

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