#0D312A

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

Shades of Dark Green #0D312A

Tints of Dark Green #0D312A

Color information

#0D312A (or 0x0D312A) is unknown color: approx Dark Green. HEX triplet: 0D, 31 and 2A. RGB value is (13,49,42). Sum of RGB (Red+Green+Blue) = 13+49+42=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #0D312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D312A is #F2CED5. Grayscale: #252525. Windows color (decimal): -15912662 or 2765069. OLE color: 2765069.

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

Color convert

RGB134942-
CMYK0.7300.140.81
HSL168.33º58.06%12.16%-
HSV(B)168.33º73.47%19.22%-
XYZ1.682.452.57-
YUV37.44130.57110.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.5%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=12.5%
G=47.12%
B=40.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349420.7300.140.81168.3358.0612.16
HexD312A490E51a83ac
Octal1561521110161212507214
Binary11011100011010101001001011101010001101010001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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