#309228

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

Shades of Forest Green #309228

Tints of Forest Green #309228

Color information

#309228 (or 0x309228) is unknown color: approx Forest Green. HEX triplet: 30, 92 and 28. RGB value is (48,146,40). Sum of RGB (Red+Green+Blue) = 48+146+40=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #309228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309228 is #CF6DD7. Grayscale: #686868. Windows color (decimal): -13594072 or 2658864. OLE color: 2658864.

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

Color convert

RGB4814640-
CMYK0.6700.730.43
HSL115.47º56.99%36.47%-
HSV(B)115.47º72.6%57.25%-
XYZ11.8821.345.5-
YUV104.6191.5387.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 146 (57.42% from 255) = 62.39%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=20.51%
G=62.39%
B=17.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48146400.6700.730.43115.4756.9936.47
Hex309228430492B733924
Octal60222501030111531637144
Binary110000100100101010001000011010010011010111110011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309228; }

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

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

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

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

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

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

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

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