#0D3125

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

Shades of Dark Green #0D3125

Tints of Dark Green #0D3125

Color information

#0D3125 (or 0x0D3125) is unknown color: approx Dark Green. HEX triplet: 0D, 31 and 25. RGB value is (13,49,37). Sum of RGB (Red+Green+Blue) = 13+49+37=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3125 is #F2CEDA. Grayscale: #242424. Windows color (decimal): -15912667 or 2437389. OLE color: 2437389.

HSL color Cylindrical-coordinate representation of color #0D3125: hue angle of 160º 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 #0D3125 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB134937-
CMYK0.7300.240.81
HSL160º58.06%12.16%-
HSV(B)160º73.47%19.22%-
XYZ1.62.422.13-
YUV36.87128.07110.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.13%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=13.13%
G=49.49%
B=37.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349370.7300.240.8116058.0612.16
HexD31254901851a03ac
Octal1561451110301212407214
Binary110111000110010110010010110001010001101000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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