Html Css Color HEX #081E10 Dark Green

📋 copy color: '#081E10'

red 8 ◦ green 30 ◦ blue 16

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

Shades of Dark Green #081E10

Tints of Dark Green #081E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 29.63%

R = 14.81%
G = 55.56%
B = 29.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.88

RGB Variations

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

Color information

#081E10 (or 0x081E10) is known color: Dark Green. HEX triplet: 08, 1E and 10. RGB value is (8,30,16). Sum of RGB (Red+Green+Blue) = 8+30+16=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #081E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E10 is #F7E1EF. Grayscale: #151515. Windows color (decimal): -16245232 or 1056264. OLE color: 1056264.

HSL color Cylindrical-coordinate representation of color #081E10: hue angle of 141.82º 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 #081E10 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 30 16 -
CMYK 0.73 0 0.47 0.88
HSL 141.82º 0.58% 0.07% -
HSV(B) 141.82º 0.73% 0.12% -
XYZ 0.66 1.02 0.65 -
YUV 21.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 8 30 16 0.73 0 0.47 0.88 141.82 0.58 0.07
Hex 8 1E 10 49 0 2F 58 8E 3A 7
Octal 10 36 20 111 0 57 130 216 72 7
Binary 1000 11110 10000 1001001 0 101111 1011000 10001110 111010 111

Color Harmonies of #081E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E10

Black with #081E10

Text Example


Text Example

White with #081E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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