#022513

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

Shades of Dark Green #022513

Tints of Dark Green #022513

Color information

#022513 (or 0x022513) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 13. RGB value is (2,37,19). Sum of RGB (Red+Green+Blue) = 2+37+19=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #022513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022513 is #FDDAEC. Grayscale: #181818. Windows color (decimal): -16636653 or 1254658. OLE color: 1254658.

HSL color Cylindrical-coordinate representation of color #022513: hue angle of 149.14º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022513 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB23719-
CMYK0.9500.490.85
HSL149.14º89.74%7.65%-
HSV(B)149.14º94.59%14.51%-
XYZ0.81.380.84-
YUV24.48124.9111.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=3.45%
G=63.79%
B=32.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237190.9500.490.85149.1489.747.65
Hex225135F03155955a8
Octal2452313706112522513210
Binary10100101100111011111011000110101011001010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022513; }

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

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

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

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

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

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

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

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