#022113

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

Shades of Dark Green #022113

Tints of Dark Green #022113

Color information

#022113 (or 0x022113) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 13. RGB value is (2,33,19). Sum of RGB (Red+Green+Blue) = 2+33+19=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #022113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022113 is #FDDEEC. Grayscale: #161616. Windows color (decimal): -16637677 or 1253634. OLE color: 1253634.

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

Color convert

RGB23319-
CMYK0.9400.420.87
HSL152.9º88.57%6.86%-
HSV(B)152.9º93.94%12.94%-
XYZ0.691.150.8-
YUV22.14126.23113.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 33 (13.28% from 255) = 61.11%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=3.70%
G=61.11%
B=35.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233190.9400.420.87152.988.576.86
Hex221135E02A5799597
Octal241231360521272311317
Binary1010000110011101111001010101010111100110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022113; }

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

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

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

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

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

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

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

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