#0D2D22

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

Shades of Dark Green #0D2D22

Tints of Dark Green #0D2D22

Color information

#0D2D22 (or 0x0D2D22) is unknown color: approx Dark Green. HEX triplet: 0D, 2D and 22. RGB value is (13,45,34). Sum of RGB (Red+Green+Blue) = 13+45+34=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2D22 is #F2D2DD. Grayscale: #222222. Windows color (decimal): -15913694 or 2239757. OLE color: 2239757.

HSL color Cylindrical-coordinate representation of color #0D2D22: hue angle of 159.38º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D2D22 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.

Color convert

RGB134534-
CMYK0.7100.240.82
HSL159.38º55.17%11.37%-
HSV(B)159.38º71.11%17.65%-
XYZ1.392.081.84-
YUV34.18127.9112.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 45 (17.97% from 255) = 48.91%
BLUE value IS 34 (13.67% from 255) = 36.96%
R=14.13%
G=48.91%
B=36.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1345340.7100.240.82159.3855.1711.37
HexD2D2247018529f37b
Octal1555421070301222376713
Binary110110110110001010001110110001010010100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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