#0D3221

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

Shades of Dark Green #0D3221

Tints of Dark Green #0D3221

Color information

#0D3221 (or 0x0D3221) is unknown color: approx Dark Green. HEX triplet: 0D, 32 and 21. RGB value is (13,50,33). Sum of RGB (Red+Green+Blue) = 13+50+33=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3221 is #F2CDDE. Grayscale: #252525. Windows color (decimal): -15912415 or 2175501. OLE color: 2175501.

HSL color Cylindrical-coordinate representation of color #0D3221: hue angle of 152.43º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D3221 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB135033-
CMYK0.7400.340.80
HSL152.43º58.73%12.35%-
HSV(B)152.43º74%19.61%-
XYZ1.582.481.83-
YUV37125.74110.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.54%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 33 (13.28% from 255) = 34.38%
R=13.54%
G=52.08%
B=34.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1350330.7400.340.80152.4358.7312.35
HexD32214A02250983bc
Octal1562411120421202307314
Binary1101110010100001100101001000101010000100110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,50,33); }

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

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

 a { background-color: rgb(13,50,33); }

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

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

 span { border-color: rgb(13,50,33); }

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