Html Css Color HEX #081C11 Dark Green

📋 copy color: '#081C11'

red 8 ◦ green 28 ◦ blue 17

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

Shades of Dark Green #081C11

Tints of Dark Green #081C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 52.83%

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

R = 15.09%
G = 52.83%
B = 32.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#081C11 (or 0x081C11) is known color: Dark Green. HEX triplet: 08, 1C and 11. RGB value is (8,28,17). Sum of RGB (Red+Green+Blue) = 8+28+17=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #081C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C11 is #F7E3EE. Grayscale: #141414. Windows color (decimal): -16245743 or 1121288. OLE color: 1121288.

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

Color convert

RGB 8 28 17 -
CMYK 0.71 0 0.39 0.89
HSL 147º 0.56% 0.07% -
HSV(B) 147º 0.71% 0.11% -
XYZ 0.62 0.92 0.68 -
YUV 20.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 8 28 17 0.71 0 0.39 0.89 147 0.56 0.07
Hex 8 1C 11 47 0 27 59 93 38 7
Octal 10 34 21 107 0 47 131 223 70 7
Binary 1000 11100 10001 1000111 0 100111 1011001 10010011 111000 111

Color Harmonies of #081C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C11

Black with #081C11

Text Example


Text Example

White with #081C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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