#0D3120

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

Shades of Dark Green #0D3120

Tints of Dark Green #0D3120

Color information

#0D3120 (or 0x0D3120) is unknown color: approx Dark Green. HEX triplet: 0D, 31 and 20. RGB value is (13,49,32). Sum of RGB (Red+Green+Blue) = 13+49+32=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3120 is #F2CEDF. Grayscale: #242424. Windows color (decimal): -15912672 or 2109709. OLE color: 2109709.

HSL color Cylindrical-coordinate representation of color #0D3120: hue angle of 151.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3120 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB134932-
CMYK0.7300.350.81
HSL151.67º58.06%12.16%-
HSV(B)151.67º73.47%19.22%-
XYZ1.532.391.75-
YUV36.3125.57111.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.83%
GREEN value IS 49 (19.53% from 255) = 52.13%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=13.83%
G=52.13%
B=34.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349320.7300.350.81151.6758.0612.16
HexD31204902351983ac
Octal1561401110431212307214
Binary1101110001100000100100101000111010001100110001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,49,32); }

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

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

 a { background-color: rgb(13,49,32); }

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

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

 span { border-color: rgb(13,49,32); }

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