#309B3A

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

Shades of Forest Green #309B3A

Tints of Forest Green #309B3A

Color information

#309B3A (or 0x309B3A) is unknown color: approx Forest Green. HEX triplet: 30, 9B and 3A. RGB value is (48,155,58). Sum of RGB (Red+Green+Blue) = 48+155+58=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 155 (60.94% from 255 or 59.39% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 155 - color contains mainly: green. Hex color #309B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B3A is #CF64C5. Grayscale: #707070. Windows color (decimal): -13591750 or 3840816. OLE color: 3840816.

HSL color Cylindrical-coordinate representation of color #309B3A: hue angle of 125.61º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B3A is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB4815558-
CMYK0.6900.630.39
HSL125.61º52.71%39.8%-
HSV(B)125.61º69.03%60.78%-
XYZ13.724.387.99-
YUV111.9597.5582.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 155 (60.94% from 255) = 59.39%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=18.39%
G=59.39%
B=22.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48155580.6900.630.39125.6152.7139.8
Hex309B3A4503F277e3528
Octal6023372105077471766550
Binary11000010011011111010100010101111111001111111110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,155,58); }

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

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

 a { background-color: rgb(48,155,58); }

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

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

 span { border-color: rgb(48,155,58); }

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