#08351F

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

Shades of Dark Green #08351F

Tints of Dark Green #08351F

Color information

#08351F (or 0x08351F) is unknown color: approx Dark Green. HEX triplet: 08, 35 and 1F. RGB value is (8,53,31). Sum of RGB (Red+Green+Blue) = 8+53+31=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #08351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08351F is #F7CAE0. Grayscale: #252525. Windows color (decimal): -16239329 or 2045192. OLE color: 2045192.

HSL color Cylindrical-coordinate representation of color #08351F: hue angle of 150.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08351F is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB85331-
CMYK0.8500.420.79
HSL150.67º73.77%11.96%-
HSV(B)150.67º84.91%20.78%-
XYZ1.622.71.73-
YUV37.04124.59107.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.70%
GREEN value IS 53 (21.09% from 255) = 57.61%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=8.70%
G=57.61%
B=33.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal853310.8500.420.79150.6773.7711.96
Hex8351F5502A4F974ac
Octal10653712505211722711214
Binary1000110101111111010101010101010011111001011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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