#080C0B

Color #080C0B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #080C0B

Tints of Dark Green #080C0B

Color information

#080C0B (or 0x080C0B) is unknown color: approx Dark Green. HEX triplet: 08, 0C and 0B. RGB value is (8,12,11). Sum of RGB (Red+Green+Blue) = 8+12+11=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 12 - color contains mainly: green. Hex color #080C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C0B is #F7F3F4. Grayscale: #0A0A0A. Windows color (decimal): -16249845 or 723976. OLE color: 723976.

HSL color Cylindrical-coordinate representation of color #080C0B: hue angle of 165º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #080C0B is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB81211-
CMYK0.3300.080.95
HSL165º20%3.92%-
HSV(B)165º33.33%4.71%-
XYZ0.290.340.37-
YUV10.69128.17126.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25.81%
GREEN value IS 12 (5.08% from 255) = 38.71%
BLUE value IS 11 (4.69% from 255) = 35.48%
R=25.81%
G=38.71%
B=35.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal812110.3300.080.95165203.92
Hex8CB21085Fa5144
Octal10141341010137245244
Binary1000110010111000010100010111111010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080C0B; }

 p { color: rgb(8,12,11); }

 H1.HeaderClassName
 {
   color: #080C0B;
 }
 .AnyTagClassName
 {
   color: #080C0B;
 }
</style>
background-color css

<style>
 a { background-color: #080C0B; }

 a { background-color: rgb(8,12,11); }

 div.DivClassName
 {
   background-color: #080C0B;
 }
 .BgClassName
 {
   background-color: #080C0B;
 }
</style>
border-color css

<style>
 span { border-color: #080C0B; }

 span { border-color: rgb(8,12,11); }

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