Html Css Color HEX #081F0F Dark Green

📋 copy color: '#081F0F'

red 8 ◦ green 31 ◦ blue 15

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

Shades of Dark Green #081F0F

Tints of Dark Green #081F0F

RGB

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

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

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

R = 14.81%
G = 57.41%
B = 27.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.88

RGB Variations

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

Color information

#081F0F (or 0x081F0F) is known color: Dark Green. HEX triplet: 08, 1F and 0F. RGB value is (8,31,15). Sum of RGB (Red+Green+Blue) = 8+31+15=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #081F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F0F is #F7E0F0. Grayscale: #161616. Windows color (decimal): -16244977 or 990984. OLE color: 990984.

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

Color convert

RGB 8 31 15 -
CMYK 0.74 0 0.52 0.88
HSL 138.26º 0.59% 0.08% -
HSV(B) 138.26º 0.74% 0.12% -
XYZ 0.68 1.07 0.62 -
YUV 22.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 8 31 15 0.74 0 0.52 0.88 138.26 0.59 0.08
Hex 8 1F F 4A 0 34 58 8A 3B 8
Octal 10 37 17 112 0 64 130 212 73 10
Binary 1000 11111 1111 1001010 0 110100 1011000 10001010 111011 1000

Color Harmonies of #081F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F0F

Black with #081F0F

Text Example


Text Example

White with #081F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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