#08180F

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

Shades of Dark Green #08180F

Tints of Dark Green #08180F

Color information

#08180F (or 0x08180F) is unknown color: approx Dark Green. HEX triplet: 08, 18 and 0F. RGB value is (8,24,15). Sum of RGB (Red+Green+Blue) = 8+24+15=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #08180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08180F is #F7E7F0. Grayscale: #121212. Windows color (decimal): -16246769 or 989192. OLE color: 989192.

HSL color Cylindrical-coordinate representation of color #08180F: hue angle of 146.25º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #08180F is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB82415-
CMYK0.6700.370.91
HSL146.25º50%6.27%-
HSV(B)146.25º66.67%9.41%-
XYZ0.510.740.57-
YUV18.19126.2120.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.02%
GREEN value IS 24 (9.77% from 255) = 51.06%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=17.02%
G=51.06%
B=31.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal824150.6700.370.91146.25506.27
Hex818F430255B92326
Octal103017103045133222626
Binary100011000111110000110100101101101110010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08180F; }

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

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

<style>
 a { background-color: #08180F; }

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

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

<style>
 span { border-color: #08180F; }

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

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