#0D3024

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

Shades of Dark Green #0D3024

Tints of Dark Green #0D3024

Color information

#0D3024 (or 0x0D3024) is unknown color: approx Dark Green. HEX triplet: 0D, 30 and 24. RGB value is (13,48,36). Sum of RGB (Red+Green+Blue) = 13+48+36=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3024 is #F2CFDB. Grayscale: #242424. Windows color (decimal): -15912924 or 2371597. OLE color: 2371597.

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

Color convert

RGB134836-
CMYK0.7300.250.81
HSL159.43º57.38%11.96%-
HSV(B)159.43º72.92%18.82%-
XYZ1.542.332.04-
YUV36.17127.9111.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.40%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=13.40%
G=49.48%
B=37.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348360.7300.250.81159.4357.3811.96
HexD302449019519f39c
Octal1560441110311212377114
Binary110111000010010010010010110011010001100111111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,48,36); }

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

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

 a { background-color: rgb(13,48,36); }

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

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

 span { border-color: rgb(13,48,36); }

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