Html Css Color HEX #08110C Dark Green

📋 copy color: '#08110C'

red 8 ◦ green 17 ◦ blue 12

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

Shades of Dark Green #08110C

Tints of Dark Green #08110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 45.95%

 BLUE value IS 12 (5.08% from 255) = 32.43%

R = 21.62%
G = 45.95%
B = 32.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#08110C (or 0x08110C) is known color: Dark Green. HEX triplet: 08, 11 and 0C. RGB value is (8,17,12). Sum of RGB (Red+Green+Blue) = 8+17+12=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 17 - color contains mainly: green. Hex color #08110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08110C is #F7EEF3. Grayscale: #0D0D0D. Windows color (decimal): -16248564 or 790792. OLE color: 790792.

HSL color Cylindrical-coordinate representation of color #08110C: hue angle of 146.67º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #08110C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 17 12 -
CMYK 0.53 0 0.29 0.93
HSL 146.67º 0.36% 0.05% -
HSV(B) 146.67º 0.53% 0.07% -
XYZ 0.37 0.48 0.42 -
YUV 13.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 8 17 12 0.53 0 0.29 0.93 146.67 0.36 0.05
Hex 8 11 C 35 0 1D 5D 93 24 5
Octal 10 21 14 65 0 35 135 223 44 5
Binary 1000 10001 1100 110101 0 11101 1011101 10010011 100100 101

Color Harmonies of #08110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08110C

Black with #08110C

Text Example


Text Example

White with #08110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08110C; }

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

 H1.HeaderClassName
 {
   color: #08110C;
 }
 .AnyTagClassName
 {
   color: #08110C;
 }
</style>

background-color css

<style>
 a { background-color: #08110C; }

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

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

border-color css

<style>
 span { border-color: #08110C; }

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

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