Html Css Color HEX #0D2720 Dark Green

📋 copy color: '#0D2720'

red 13 ◦ green 39 ◦ blue 32

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

Shades of Dark Green #0D2720

Tints of Dark Green #0D2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 46.43%

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

R = 15.48%
G = 46.43%
B = 38.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#0D2720 (or 0x0D2720) is known color: Dark Green. HEX triplet: 0D, 27 and 20. RGB value is (13,39,32). Sum of RGB (Red+Green+Blue) = 13+39+32=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #0D2720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2720 is #F2D8DF. Grayscale: #1E1E1E. Windows color (decimal): -15915232 or 2107149. OLE color: 2107149.

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

Color convert

RGB 13 39 32 -
CMYK 0.67 0 0.18 0.85
HSL 163.85º 0.5% 0.1% -
HSV(B) 163.85º 0.67% 0.15% -
XYZ 1.15 1.64 1.62 -
YUV 30.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 13 39 32 0.67 0 0.18 0.85 163.85 0.5 0.1
Hex D 27 20 43 0 12 55 A4 32 A
Octal 15 47 40 103 0 22 125 244 62 12
Binary 1101 100111 100000 1000011 0 10010 1010101 10100100 110010 1010

Color Harmonies of #0D2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2720

Black with #0D2720

Text Example


Text Example

White with #0D2720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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