Html Css Color HEX #081C0F Dark Green

📋 copy color: '#081C0F'

red 8 ◦ green 28 ◦ blue 15

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

Shades of Dark Green #081C0F

Tints of Dark Green #081C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 54.9%

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

R = 15.69%
G = 54.9%
B = 29.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#081C0F (or 0x081C0F) is known color: Dark Green. HEX triplet: 08, 1C and 0F. RGB value is (8,28,15). Sum of RGB (Red+Green+Blue) = 8+28+15=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #081C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C0F is #F7E3F0. Grayscale: #141414. Windows color (decimal): -16245745 or 990216. OLE color: 990216.

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

Color convert

RGB 8 28 15 -
CMYK 0.71 0 0.46 0.89
HSL 141º 0.56% 0.07% -
HSV(B) 141º 0.71% 0.11% -
XYZ 0.6 0.92 0.6 -
YUV 20.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 8 28 15 0.71 0 0.46 0.89 141 0.56 0.07
Hex 8 1C F 47 0 2E 59 8D 38 7
Octal 10 34 17 107 0 56 131 215 70 7
Binary 1000 11100 1111 1000111 0 101110 1011001 10001101 111000 111

Color Harmonies of #081C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C0F

Black with #081C0F

Text Example


Text Example

White with #081C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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