#309232

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

Shades of Forest Green #309232

Tints of Forest Green #309232

Color information

#309232 (or 0x309232) is unknown color: approx Forest Green. HEX triplet: 30, 92 and 32. RGB value is (48,146,50). Sum of RGB (Red+Green+Blue) = 48+146+50=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #309232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309232 is #CF6DCD. Grayscale: #6A6A6A. Windows color (decimal): -13594062 or 3314224. OLE color: 3314224.

HSL color Cylindrical-coordinate representation of color #309232: hue angle of 121.22º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309232 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB4814650-
CMYK0.6700.660.43
HSL121.22º50.52%38.04%-
HSV(B)121.22º67.12%57.25%-
XYZ12.0721.426.52-
YUV105.7596.5386.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 146 (57.42% from 255) = 59.84%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=19.67%
G=59.84%
B=20.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48146500.6700.660.43121.2250.5238.04
Hex309232430422B793326
Octal60222621030102531716346
Binary110000100100101100101000011010000101010111111001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309232; }

 p { color: rgb(48,146,50); }

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

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

 a { background-color: rgb(48,146,50); }

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

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

 span { border-color: rgb(48,146,50); }

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