Html Css Color HEX #081514 Dark Green

📋 copy color: '#081514'

red 8 ◦ green 21 ◦ blue 20

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

Shades of Dark Green #081514

Tints of Dark Green #081514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42.86%

 BLUE value IS 20 (8.2% from 255) = 40.82%

R = 16.33%
G = 42.86%
B = 40.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#081514 (or 0x081514) is known color: Dark Green. HEX triplet: 08, 15 and 14. RGB value is (8,21,20). Sum of RGB (Red+Green+Blue) = 8+21+20=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #081514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081514 is #F7EAEB. Grayscale: #101010. Windows color (decimal): -16247532 or 1316104. OLE color: 1316104.

HSL color Cylindrical-coordinate representation of color #081514: hue angle of 175.38º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #081514 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 21 20 -
CMYK 0.62 0 0.05 0.92
HSL 175.38º 0.45% 0.06% -
HSV(B) 175.38º 0.62% 0.08% -
XYZ 0.49 0.64 0.76 -
YUV 17 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 8 21 20 0.62 0 0.05 0.92 175.38 0.45 0.06
Hex 8 15 14 3E 0 5 5C AF 2D 6
Octal 10 25 24 76 0 5 134 257 55 6
Binary 1000 10101 10100 111110 0 101 1011100 10101111 101101 110

Color Harmonies of #081514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081514

Black with #081514

Text Example


Text Example

White with #081514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081514; }

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

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

background-color css

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

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

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

border-color css

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

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

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