#08341F

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

Shades of Dark Green #08341F

Tints of Dark Green #08341F

Color information

#08341F (or 0x08341F) is unknown color: approx Dark Green. HEX triplet: 08, 34 and 1F. RGB value is (8,52,31). Sum of RGB (Red+Green+Blue) = 8+52+31=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #08341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08341F is #F7CBE0. Grayscale: #242424. Windows color (decimal): -16239585 or 2044936. OLE color: 2044936.

HSL color Cylindrical-coordinate representation of color #08341F: hue angle of 151.36º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08341F is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB85231-
CMYK0.8500.400.80
HSL151.36º73.33%11.76%-
HSV(B)151.36º84.62%20.39%-
XYZ1.582.611.72-
YUV36.45124.92107.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 52 (20.70% from 255) = 57.14%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=8.79%
G=57.14%
B=34.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal852310.8500.400.80151.3673.3311.76
Hex8341F55028509749c
Octal10643712505012022711114
Binary1000110100111111010101010100010100001001011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,52,31); }

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

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

 a { background-color: rgb(8,52,31); }

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

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

 span { border-color: rgb(8,52,31); }

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