#0D2522

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

Shades of Dark Green #0D2522

Tints of Dark Green #0D2522

Color information

#0D2522 (or 0x0D2522) is unknown color: approx Dark Green. HEX triplet: 0D, 25 and 22. RGB value is (13,37,34). Sum of RGB (Red+Green+Blue) = 13+37+34=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2522 is #F2DADD. Grayscale: #1D1D1D. Windows color (decimal): -15915742 or 2237709. OLE color: 2237709.

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

Color convert

RGB133734-
CMYK0.6500.080.85
HSL172.5º48%9.8%-
HSV(B)172.5º64.86%14.51%-
XYZ1.121.521.75-
YUV29.48130.55116.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.48%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 34 (13.67% from 255) = 40.48%
R=15.48%
G=44.05%
B=40.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1337340.6500.080.85172.5489.8
HexD2522410855ac30a
Octal1545421010101252546012
Binary11011001011000101000001010001010101101011001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D2522; }

 p { color: rgb(13,37,34); }

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

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

 a { background-color: rgb(13,37,34); }

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

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

 span { border-color: rgb(13,37,34); }

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