#02221C

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

Shades of Dark Green #02221C

Tints of Dark Green #02221C

Color information

#02221C (or 0x02221C) is unknown color: approx Dark Green. HEX triplet: 02, 22 and 1C. RGB value is (2,34,28). Sum of RGB (Red+Green+Blue) = 2+34+28=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #02221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02221C is #FDDDE3. Grayscale: #171717. Windows color (decimal): -16637412 or 1843714. OLE color: 1843714.

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

Color convert

RGB23428-
CMYK0.9400.180.87
HSL168.75º88.89%7.06%-
HSV(B)168.75º94.12%13.33%-
XYZ0.811.241.3-
YUV23.75130.4112.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.12%
GREEN value IS 34 (13.67% from 255) = 53.12%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=3.12%
G=53.12%
B=43.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal234280.9400.180.87168.7588.897.06
Hex2221C5E01257a9597
Octal242341360221272511317
Binary101000101110010111100100101010111101010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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