#309F12

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

Shades of Forest Green #309F12

Tints of Forest Green #309F12

Color information

#309F12 (or 0x309F12) is unknown color: approx Forest Green. HEX triplet: 30, 9F and 12. RGB value is (48,159,18). Sum of RGB (Red+Green+Blue) = 48+159+18=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 159 (62.5% from 255 or 70.67% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 159 - color contains mainly: green. Hex color #309F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309F12 is #CF60ED. Grayscale: #6E6E6E. Windows color (decimal): -13590766 or 1220400. OLE color: 1220400.

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

Color convert

RGB4815918-
CMYK0.7000.890.38
HSL107.23º79.66%34.71%-
HSV(B)107.23º88.68%62.35%-
XYZ13.7325.474.76-
YUV109.7476.2383.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 159 (62.5% from 255) = 70.67%
BLUE value IS 18 (7.42% from 255) = 8%
R=21.33%
G=70.67%
B=8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48159180.7000.890.38107.2379.6634.71
Hex309F1246059266b5023
Octal602372210601314615312043
Binary110000100111111001010001100101100110011011010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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