#09982F

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

Shades of Forest Green #09982F

Tints of Forest Green #09982F

Color information

#09982F (or 0x09982F) is unknown color: approx Forest Green. HEX triplet: 09, 98 and 2F. RGB value is (9,152,47). Sum of RGB (Red+Green+Blue) = 9+152+47=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 152 (59.77% from 255 or 73.08% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 152 - color contains mainly: green. Hex color #09982F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09982F is #F667D0. Grayscale: #616161. Windows color (decimal): -16148433 or 3119113. OLE color: 3119113.

HSL color Cylindrical-coordinate representation of color #09982F: hue angle of 135.94º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09982F is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB915247-
CMYK0.9400.690.40
HSL135.94º88.82%31.57%-
HSV(B)135.94º94.08%59.61%-
XYZ11.8522.726.45-
YUV97.2799.6265.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 152 (59.77% from 255) = 73.08%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=4.33%
G=73.08%
B=22.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9152470.9400.690.40135.9488.8231.57
Hex9982F5E04528885920
Octal112305713601055021013140
Binary100110011000101111101111001000101101000100010001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,152,47); }

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

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

 a { background-color: rgb(9,152,47); }

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

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

 span { border-color: rgb(9,152,47); }

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