#098032

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

Shades of Dark Spring Green #098032

Tints of Dark Spring Green #098032

Color information

#098032 (or 0x098032) is unknown color: approx Dark Spring Green. HEX triplet: 09, 80 and 32. RGB value is (9,128,50). Sum of RGB (Red+Green+Blue) = 9+128+50=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 128 (50.39% from 255 or 68.45% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 128 - color contains mainly: green. Hex color #098032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098032 is #F67FCD. Grayscale: #535353. Windows color (decimal): -16154574 or 3309577. OLE color: 3309577.

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

Color convert

RGB912850-
CMYK0.9300.610.50
HSL140.67º86.86%26.86%-
HSV(B)140.67º92.97%50.2%-
XYZ8.4115.735.61-
YUV83.53109.0874.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 128 (50.39% from 255) = 68.45%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=4.81%
G=68.45%
B=26.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9128500.9300.610.50140.6786.8626.86
Hex980325D03D328d571b
Octal11200621350756221512733
Binary1001100000001100101011101011110111001010001101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098032; }

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

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

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

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

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

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

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

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