Html Css Color HEX #081D0F Dark Green

📋 copy color: '#081D0F'

red 8 ◦ green 29 ◦ blue 15

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

Shades of Dark Green #081D0F

Tints of Dark Green #081D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 55.77%

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

R = 15.38%
G = 55.77%
B = 28.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#081D0F (or 0x081D0F) is known color: Dark Green. HEX triplet: 08, 1D and 0F. RGB value is (8,29,15). Sum of RGB (Red+Green+Blue) = 8+29+15=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #081D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D0F is #F7E2F0. Grayscale: #151515. Windows color (decimal): -16245489 or 990472. OLE color: 990472.

HSL color Cylindrical-coordinate representation of color #081D0F: hue angle of 140º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081D0F is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 29 15 -
CMYK 0.72 0 0.48 0.89
HSL 140º 0.57% 0.07% -
HSV(B) 140º 0.72% 0.11% -
XYZ 0.63 0.96 0.61 -
YUV 21.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 8 29 15 0.72 0 0.48 0.89 140 0.57 0.07
Hex 8 1D F 48 0 30 59 8C 39 7
Octal 10 35 17 110 0 60 131 214 71 7
Binary 1000 11101 1111 1001000 0 110000 1011001 10001100 111001 111

Color Harmonies of #081D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D0F

Black with #081D0F

Text Example


Text Example

White with #081D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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