Html Css Color HEX #081411 Dark Green

📋 copy color: '#081411'

red 8 ◦ green 20 ◦ blue 17

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

Shades of Dark Green #081411

Tints of Dark Green #081411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 44.44%

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

R = 17.78%
G = 44.44%
B = 37.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#081411 (or 0x081411) is known color: Dark Green. HEX triplet: 08, 14 and 11. RGB value is (8,20,17). Sum of RGB (Red+Green+Blue) = 8+20+17=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #081411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081411 is #F7EBEE. Grayscale: #101010. Windows color (decimal): -16247791 or 1119240. OLE color: 1119240.

HSL color Cylindrical-coordinate representation of color #081411: hue angle of 165º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #081411 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 20 17 -
CMYK 0.60 0 0.15 0.92
HSL 165º 0.43% 0.05% -
HSV(B) 165º 0.6% 0.08% -
XYZ 0.45 0.59 0.62 -
YUV 16.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 8 20 17 0.60 0 0.15 0.92 165 0.43 0.05
Hex 8 14 11 3C 0 F 5C A5 2B 5
Octal 10 24 21 74 0 17 134 245 53 5
Binary 1000 10100 10001 111100 0 1111 1011100 10100101 101011 101

Color Harmonies of #081411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081411

Black with #081411

Text Example


Text Example

White with #081411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081411; }

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

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

background-color css

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

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

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

border-color css

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

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

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