Html Css Color HEX #080C0B Dark Green

📋 copy color: '#080C0B'

red 8 ◦ green 12 ◦ blue 11

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

Shades of Dark Green #080C0B

Tints of Dark Green #080C0B

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 value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#080C0B (or 0x080C0B) is known color: 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

RGB 8 12 11 -
CMYK 0.33 0 0.08 0.95
HSL 165º 0.2% 0.04% -
HSV(B) 165º 0.33% 0.05% -
XYZ 0.29 0.34 0.37 -
YUV 10.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 8 12 11 0.33 0 0.08 0.95 165 0.2 0.04
Hex 8 C B 21 0 8 5F A5 14 4
Octal 10 14 13 41 0 10 137 245 24 4
Binary 1000 1100 1011 100001 0 1000 1011111 10100101 10100 100

Color Harmonies of #080C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C0B

Black with #080C0B

Text Example


Text Example

White with #080C0B

Text Example


Text Example

HTML Codes & Css Web 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>