Html Css Color HEX #0D3020 Dark Green

📋 copy color: '#0D3020'

red 13 ◦ green 48 ◦ blue 32

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

Shades of Dark Green #0D3020

Tints of Dark Green #0D3020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 34.41%

R = 13.98%
G = 51.61%
B = 34.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#0D3020 (or 0x0D3020) is known color: Dark Green. HEX triplet: 0D, 30 and 20. RGB value is (13,48,32). Sum of RGB (Red+Green+Blue) = 13+48+32=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3020 is #F2CFDF. Grayscale: #232323. Windows color (decimal): -15912928 or 2109453. OLE color: 2109453.

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

Color convert

RGB 13 48 32 -
CMYK 0.73 0 0.33 0.81
HSL 152.57º 0.57% 0.12% -
HSV(B) 152.57º 0.73% 0.19% -
XYZ 1.48 2.3 1.73 -
YUV 35.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 13 48 32 0.73 0 0.33 0.81 152.57 0.57 0.12
Hex D 30 20 49 0 21 51 99 39 C
Octal 15 60 40 111 0 41 121 231 71 14
Binary 1101 110000 100000 1001001 0 100001 1010001 10011001 111001 1100

Color Harmonies of #0D3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3020

Black with #0D3020

Text Example


Text Example

White with #0D3020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D3020;
 }
 .AnyTagClassName
 {
   color: #0D3020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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