Html Css Color HEX #0D3024 Dark Green

📋 copy color: '#0D3024'

red 13 ◦ green 48 ◦ blue 36

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

Shades of Dark Green #0D3024

Tints of Dark Green #0D3024

RGB

 RED value IS 13 (5.47% from 255) = 13.4%

 GREEN value IS 48 (19.14% from 255) = 49.48%

 BLUE value IS 36 (14.45% from 255) = 37.11%

R = 13.4%
G = 49.48%
B = 37.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 13 48 36 -
CMYK 0.73 0 0.25 0.81
HSL 159.43º 0.57% 0.12% -
HSV(B) 159.43º 0.73% 0.19% -
XYZ 1.54 2.33 2.04 -
YUV 36.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 13 48 36 0.73 0 0.25 0.81 159.43 0.57 0.12
Hex D 30 24 49 0 19 51 9F 39 C
Octal 15 60 44 111 0 31 121 237 71 14
Binary 1101 110000 100100 1001001 0 11001 1010001 10011111 111001 1100

Color Harmonies of #0D3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3024

Black with #0D3024

Text Example


Text Example

White with #0D3024

Text Example


Text Example

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