Html Css Color HEX #081E18 Dark Green

📋 copy color: '#081E18'

red 8 ◦ green 30 ◦ blue 24

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

Shades of Dark Green #081E18

Tints of Dark Green #081E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 48.39%

 BLUE value IS 24 (9.77% from 255) = 38.71%

R = 12.9%
G = 48.39%
B = 38.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#081E18 (or 0x081E18) is known color: Dark Green. HEX triplet: 08, 1E and 18. RGB value is (8,30,24). Sum of RGB (Red+Green+Blue) = 8+30+24=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #081E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E18 is #F7E1E7. Grayscale: #161616. Windows color (decimal): -16245224 or 1580552. OLE color: 1580552.

HSL color Cylindrical-coordinate representation of color #081E18: hue angle of 163.64º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #081E18 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 30 24 -
CMYK 0.73 0 0.20 0.88
HSL 163.64º 0.58% 0.07% -
HSV(B) 163.64º 0.73% 0.12% -
XYZ 0.73 1.05 1.03 -
YUV 22.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 8 30 24 0.73 0 0.20 0.88 163.64 0.58 0.07
Hex 8 1E 18 49 0 14 58 A4 3A 7
Octal 10 36 30 111 0 24 130 244 72 7
Binary 1000 11110 11000 1001001 0 10100 1011000 10100100 111010 111

Color Harmonies of #081E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E18

Black with #081E18

Text Example


Text Example

White with #081E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,30,24); }

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

background-color css

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

 a { background-color: rgb(8,30,24); }

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

border-color css

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

 span { border-color: rgb(8,30,24); }

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