#0D3129

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

Shades of Dark Green #0D3129

Tints of Dark Green #0D3129

Color information

#0D3129 (or 0x0D3129) is unknown color: approx Dark Green. HEX triplet: 0D, 31 and 29. RGB value is (13,49,41). Sum of RGB (Red+Green+Blue) = 13+49+41=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3129 is #F2CED6. Grayscale: #252525. Windows color (decimal): -15912663 or 2699533. OLE color: 2699533.

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

Color convert

RGB134941-
CMYK0.7300.160.81
HSL166.67º58.06%12.16%-
HSV(B)166.67º73.47%19.22%-
XYZ1.662.442.48-
YUV37.32130.07110.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 41 (16.41% from 255) = 39.81%
R=12.62%
G=47.57%
B=39.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349410.7300.160.81166.6758.0612.16
HexD31294901051a73ac
Octal1561511110201212477214
Binary110111000110100110010010100001010001101001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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