#088032

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

Shades of Dark Spring Green #088032

Tints of Dark Spring Green #088032

Color information

#088032 (or 0x088032) is unknown color: approx Dark Spring Green. HEX triplet: 08, 80 and 32. RGB value is (8,128,50). Sum of RGB (Red+Green+Blue) = 8+128+50=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #088032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088032 is #F77FCD. Grayscale: #535353. Windows color (decimal): -16220110 or 3309576. OLE color: 3309576.

HSL color Cylindrical-coordinate representation of color #088032: hue angle of 141º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088032 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB812850-
CMYK0.9400.610.50
HSL141º88.24%26.67%-
HSV(B)141º93.75%50.2%-
XYZ8.415.725.61-
YUV83.23109.2474.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 128 (50.39% from 255) = 68.82%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=4.30%
G=68.82%
B=26.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8128500.9400.610.5014188.2426.67
Hex880325E03D328d581b
Octal10200621360756221513033
Binary1000100000001100101011110011110111001010001101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088032; }

 p { color: rgb(8,128,50); }

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

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

 a { background-color: rgb(8,128,50); }

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

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

 span { border-color: rgb(8,128,50); }

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