#309D2C

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

Shades of Forest Green #309D2C

Tints of Forest Green #309D2C

Color information

#309D2C (or 0x309D2C) is unknown color: approx Forest Green. HEX triplet: 30, 9D and 2C. RGB value is (48,157,44). Sum of RGB (Red+Green+Blue) = 48+157+44=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 157 (61.72% from 255 or 63.05% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 157 - color contains mainly: green. Hex color #309D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309D2C is #CF62D3. Grayscale: #6F6F6F. Windows color (decimal): -13591252 or 2923824. OLE color: 2923824.

HSL color Cylindrical-coordinate representation of color #309D2C: hue angle of 117.88º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #309D2C is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB4815744-
CMYK0.6900.720.38
HSL117.88º56.22%39.41%-
HSV(B)117.88º71.97%61.57%-
XYZ13.7324.926.47-
YUV111.5389.8982.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 157 (61.72% from 255) = 63.05%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=19.28%
G=63.05%
B=17.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48157440.6900.720.38117.8856.2239.41
Hex309D2C4504826763827
Octal60235541050110461667047
Binary110000100111011011001000101010010001001101110110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,157,44); }

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

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

 a { background-color: rgb(48,157,44); }

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

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

 span { border-color: rgb(48,157,44); }

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