Html Css Color HEX #081C14 Dark Green

📋 copy color: '#081C14'

red 8 ◦ green 28 ◦ blue 20

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

Shades of Dark Green #081C14

Tints of Dark Green #081C14

RGB

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

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

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

R = 14.29%
G = 50%
B = 35.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#081C14 (or 0x081C14) is known color: Dark Green. HEX triplet: 08, 1C and 14. RGB value is (8,28,20). Sum of RGB (Red+Green+Blue) = 8+28+20=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #081C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C14 is #F7E3EB. Grayscale: #151515. Windows color (decimal): -16245740 or 1317896. OLE color: 1317896.

HSL color Cylindrical-coordinate representation of color #081C14: hue angle of 156º 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 #081C14 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 28 20 -
CMYK 0.71 0 0.29 0.89
HSL 156º 0.56% 0.07% -
HSV(B) 156º 0.71% 0.11% -
XYZ 0.64 0.93 0.81 -
YUV 21.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 8 28 20 0.71 0 0.29 0.89 156 0.56 0.07
Hex 8 1C 14 47 0 1D 59 9C 38 7
Octal 10 34 24 107 0 35 131 234 70 7
Binary 1000 11100 10100 1000111 0 11101 1011001 10011100 111000 111

Color Harmonies of #081C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C14

Black with #081C14

Text Example


Text Example

White with #081C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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