Html Css Color HEX #081F18 Dark Green

📋 copy color: '#081F18'

red 8 ◦ green 31 ◦ blue 24

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

Shades of Dark Green #081F18

Tints of Dark Green #081F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 49.21%

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

R = 12.7%
G = 49.21%
B = 38.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#081F18 (or 0x081F18) is known color: Dark Green. HEX triplet: 08, 1F and 18. RGB value is (8,31,24). Sum of RGB (Red+Green+Blue) = 8+31+24=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 31 - color contains mainly: green. Hex color #081F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F18 is #F7E0E7. Grayscale: #171717. Windows color (decimal): -16244968 or 1580808. OLE color: 1580808.

HSL color Cylindrical-coordinate representation of color #081F18: hue angle of 161.74º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F18 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 31 24 -
CMYK 0.74 0 0.23 0.88
HSL 161.74º 0.59% 0.08% -
HSV(B) 161.74º 0.74% 0.12% -
XYZ 0.75 1.1 1.04 -
YUV 23.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 8 31 24 0.74 0 0.23 0.88 161.74 0.59 0.08
Hex 8 1F 18 4A 0 17 58 A2 3B 8
Octal 10 37 30 112 0 27 130 242 73 10
Binary 1000 11111 11000 1001010 0 10111 1011000 10100010 111011 1000

Color Harmonies of #081F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F18

Black with #081F18

Text Example


Text Example

White with #081F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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