#08372F

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

Shades of Dark Green #08372F

Tints of Dark Green #08372F

Color information

#08372F (or 0x08372F) is unknown color: approx Dark Green. HEX triplet: 08, 37 and 2F. RGB value is (8,55,47). Sum of RGB (Red+Green+Blue) = 8+55+47=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #08372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08372F is #F7C8D0. Grayscale: #282828. Windows color (decimal): -16238801 or 3094280. OLE color: 3094280.

HSL color Cylindrical-coordinate representation of color #08372F: hue angle of 169.79º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08372F is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB85547-
CMYK0.8500.150.78
HSL169.79º74.6%12.35%-
HSV(B)169.79º85.45%21.57%-
XYZ1.982.993.16-
YUV40.03131.93105.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=7.27%
G=50%
B=42.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal855470.8500.150.78169.7974.612.35
Hex8372F550F4Eaa4bc
Octal10675712501711625211314
Binary100011011110111110101010111110011101010101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,55,47); }

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

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

 a { background-color: rgb(8,55,47); }

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

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

 span { border-color: rgb(8,55,47); }

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