#309E12

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

Shades of Forest Green #309E12

Tints of Forest Green #309E12

Color information

#309E12 (or 0x309E12) is unknown color: approx Forest Green. HEX triplet: 30, 9E and 12. RGB value is (48,158,18). Sum of RGB (Red+Green+Blue) = 48+158+18=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 158 (62.11% from 255 or 70.54% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 158 - color contains mainly: green. Hex color #309E12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309E12 is #CF61ED. Grayscale: #6D6D6D. Windows color (decimal): -13591022 or 1220144. OLE color: 1220144.

HSL color Cylindrical-coordinate representation of color #309E12: hue angle of 107.14º 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 #309E12 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB4815818-
CMYK0.7000.890.38
HSL107.14º79.55%34.51%-
HSV(B)107.14º88.61%61.96%-
XYZ13.5525.134.71-
YUV109.1576.5684.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 158 (62.11% from 255) = 70.54%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=21.43%
G=70.54%
B=8.04%

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
Decimal48158180.7000.890.38107.1479.5534.51
Hex309E1246059266b5023
Octal602362210601314615312043
Binary110000100111101001010001100101100110011011010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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