#02221A

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

Shades of Dark Green #02221A

Tints of Dark Green #02221A

Color information

#02221A (or 0x02221A) is unknown color: approx Dark Green. HEX triplet: 02, 22 and 1A. RGB value is (2,34,26). Sum of RGB (Red+Green+Blue) = 2+34+26=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #02221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02221A is #FDDDE5. Grayscale: #171717. Windows color (decimal): -16637414 or 1712642. OLE color: 1712642.

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

Color convert

RGB23426-
CMYK0.9400.240.87
HSL165º88.89%7.06%-
HSV(B)165º94.12%13.33%-
XYZ0.781.231.17-
YUV23.52129.4112.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 34 (13.67% from 255) = 54.84%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=3.23%
G=54.84%
B=41.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal234260.9400.240.8716588.897.06
Hex2221A5E01857a5597
Octal242321360301272451317
Binary101000101101010111100110001010111101001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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