Html Css Color HEX #081E0F Dark Green

📋 copy color: '#081E0F'

red 8 ◦ green 30 ◦ blue 15

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

Shades of Dark Green #081E0F

Tints of Dark Green #081E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.3%

R = 15.09%
G = 56.6%
B = 28.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.5

 K value IS 0.88

RGB Variations

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

Color information

#081E0F (or 0x081E0F) is known color: Dark Green. HEX triplet: 08, 1E and 0F. RGB value is (8,30,15). Sum of RGB (Red+Green+Blue) = 8+30+15=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #081E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E0F is #F7E1F0. Grayscale: #151515. Windows color (decimal): -16245233 or 990728. OLE color: 990728.

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

Color convert

RGB 8 30 15 -
CMYK 0.73 0 0.5 0.88
HSL 139.09º 0.58% 0.07% -
HSV(B) 139.09º 0.73% 0.12% -
XYZ 0.65 1.01 0.61 -
YUV 21.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 8 30 15 0.73 0 0.5 0.88 139.09 0.58 0.07
Hex 8 1E F 49 0 32 58 8B 3A 7
Octal 10 36 17 111 0 62 130 213 72 7
Binary 1000 11110 1111 1001001 0 110010 1011000 10001011 111010 111

Color Harmonies of #081E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E0F

Black with #081E0F

Text Example


Text Example

White with #081E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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