#0D2518

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

Shades of Dark Green #0D2518

Tints of Dark Green #0D2518

Color information

#0D2518 (or 0x0D2518) is unknown color: approx Dark Green. HEX triplet: 0D, 25 and 18. RGB value is (13,37,24). Sum of RGB (Red+Green+Blue) = 13+37+24=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2518 is #F2DAE7. Grayscale: #1C1C1C. Windows color (decimal): -15915752 or 1582349. OLE color: 1582349.

HSL color Cylindrical-coordinate representation of color #0D2518: hue angle of 147.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D2518 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB133724-
CMYK0.6500.350.85
HSL147.5º48%9.8%-
HSV(B)147.5º64.86%14.51%-
XYZ0.991.471.1-
YUV28.34125.55117.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.57%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=17.57%
G=50%
B=32.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1337240.6500.350.85147.5489.8
HexD251841023559430a
Octal1545301010431252246012
Binary110110010111000100000101000111010101100101001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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