Html Css Color HEX #0D2518 Dark Green

📋 copy color: '#0D2518'

red 13 ◦ green 37 ◦ blue 24

#0D2518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0D2518

Tints of Dark Green #0D2518

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 value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#0D2518 (or 0x0D2518) is known color: 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

RGB 13 37 24 -
CMYK 0.65 0 0.35 0.85
HSL 147.5º 0.48% 0.1% -
HSV(B) 147.5º 0.65% 0.15% -
XYZ 0.99 1.47 1.1 -
YUV 28.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 13 37 24 0.65 0 0.35 0.85 147.5 0.48 0.1
Hex D 25 18 41 0 23 55 94 30 A
Octal 15 45 30 101 0 43 125 224 60 12
Binary 1101 100101 11000 1000001 0 100011 1010101 10010100 110000 1010

Color Harmonies of #0D2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2518

Black with #0D2518

Text Example


Text Example

White with #0D2518

Text Example


Text Example

HTML Codes & Css Web 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>