#309F2F

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

Shades of Forest Green #309F2F

Tints of Forest Green #309F2F

Color information

#309F2F (or 0x309F2F) is unknown color: approx Forest Green. HEX triplet: 30, 9F and 2F. RGB value is (48,159,47). Sum of RGB (Red+Green+Blue) = 48+159+47=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 159 (62.5% from 255 or 62.60% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 159 - color contains mainly: green. Hex color #309F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309F2F is #CF60D0. Grayscale: #717171. Windows color (decimal): -13590737 or 3120944. OLE color: 3120944.

HSL color Cylindrical-coordinate representation of color #309F2F: hue angle of 119.46º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F2F is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB4815947-
CMYK0.7000.700.38
HSL119.46º54.37%40.39%-
HSV(B)119.46º70.44%62.35%-
XYZ14.1325.636.89-
YUV113.0490.7381.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 159 (62.5% from 255) = 62.60%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=18.90%
G=62.60%
B=18.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48159470.7000.700.38119.4654.3740.39
Hex309F2F4604626773628
Octal60237571060106461676650
Binary110000100111111011111000110010001101001101110111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309F2F; }

 p { color: rgb(48,159,47); }

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

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

 a { background-color: rgb(48,159,47); }

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

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

 span { border-color: rgb(48,159,47); }

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