Html Css Color HEX #081914 Dark Green

📋 copy color: '#081914'

red 8 ◦ green 25 ◦ blue 20

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

Shades of Dark Green #081914

Tints of Dark Green #081914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 47.17%

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

R = 15.09%
G = 47.17%
B = 37.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#081914 (or 0x081914) is known color: Dark Green. HEX triplet: 08, 19 and 14. RGB value is (8,25,20). Sum of RGB (Red+Green+Blue) = 8+25+20=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #081914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081914 is #F7E6EB. Grayscale: #131313. Windows color (decimal): -16246508 or 1317128. OLE color: 1317128.

HSL color Cylindrical-coordinate representation of color #081914: hue angle of 162.35º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #081914 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 25 20 -
CMYK 0.68 0 0.20 0.90
HSL 162.35º 0.52% 0.06% -
HSV(B) 162.35º 0.68% 0.1% -
XYZ 0.57 0.8 0.79 -
YUV 19.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 8 25 20 0.68 0 0.20 0.90 162.35 0.52 0.06
Hex 8 19 14 44 0 14 5A A2 34 6
Octal 10 31 24 104 0 24 132 242 64 6
Binary 1000 11001 10100 1000100 0 10100 1011010 10100010 110100 110

Color Harmonies of #081914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081914

Black with #081914

Text Example


Text Example

White with #081914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081914; }

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

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

background-color css

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

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

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

border-color css

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

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

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