Html Css Color HEX #081D11 Dark Green

📋 copy color: '#081D11'

red 8 ◦ green 29 ◦ blue 17

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

Shades of Dark Green #081D11

Tints of Dark Green #081D11

RGB

 RED value IS 8 (3.52% from 255) = 14.81%

 GREEN value IS 29 (11.72% from 255) = 53.7%

 BLUE value IS 17 (7.03% from 255) = 31.48%

R = 14.81%
G = 53.7%
B = 31.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#081D11 (or 0x081D11) is known color: Dark Green. HEX triplet: 08, 1D and 11. RGB value is (8,29,17). Sum of RGB (Red+Green+Blue) = 8+29+17=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #081D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D11 is #F7E2EE. Grayscale: #151515. Windows color (decimal): -16245487 or 1121544. OLE color: 1121544.

HSL color Cylindrical-coordinate representation of color #081D11: hue angle of 145.71º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081D11 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 29 17 -
CMYK 0.72 0 0.41 0.89
HSL 145.71º 0.57% 0.07% -
HSV(B) 145.71º 0.72% 0.11% -
XYZ 0.64 0.97 0.68 -
YUV 21.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 8 29 17 0.72 0 0.41 0.89 145.71 0.57 0.07
Hex 8 1D 11 48 0 29 59 92 39 7
Octal 10 35 21 110 0 51 131 222 71 7
Binary 1000 11101 10001 1001000 0 101001 1011001 10010010 111001 111

Color Harmonies of #081D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D11

Black with #081D11

Text Example


Text Example

White with #081D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081D11; }

 p { color: rgb(8,29,17); }

 H1.HeaderClassName
 {
   color: #081D11;
 }
 .AnyTagClassName
 {
   color: #081D11;
 }
</style>

background-color css

<style>
 a { background-color: #081D11; }

 a { background-color: rgb(8,29,17); }

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

border-color css

<style>
 span { border-color: #081D11; }

 span { border-color: rgb(8,29,17); }

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