Html Css Color HEX #081211 Dark Green

📋 copy color: '#081211'

red 8 ◦ green 18 ◦ blue 17

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

Shades of Dark Green #081211

Tints of Dark Green #081211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 41.86%

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

R = 18.6%
G = 41.86%
B = 39.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#081211 (or 0x081211) is known color: Dark Green. HEX triplet: 08, 12 and 11. RGB value is (8,18,17). Sum of RGB (Red+Green+Blue) = 8+18+17=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 18 - color contains mainly: green. Hex color #081211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081211 is #F7EDEE. Grayscale: #0E0E0E. Windows color (decimal): -16248303 or 1118728. OLE color: 1118728.

HSL color Cylindrical-coordinate representation of color #081211: hue angle of 174º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #081211 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 18 17 -
CMYK 0.56 0 0.06 0.93
HSL 174º 0.38% 0.05% -
HSV(B) 174º 0.56% 0.07% -
XYZ 0.42 0.52 0.61 -
YUV 14.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 8 18 17 0.56 0 0.06 0.93 174 0.38 0.05
Hex 8 12 11 38 0 6 5D AE 26 5
Octal 10 22 21 70 0 6 135 256 46 5
Binary 1000 10010 10001 111000 0 110 1011101 10101110 100110 101

Color Harmonies of #081211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081211

Black with #081211

Text Example


Text Example

White with #081211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081211; }

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

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

background-color css

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

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

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

border-color css

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

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

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