#248F12

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

Shades of Forest Green #248F12

Tints of Forest Green #248F12

Color information

#248F12 (or 0x248F12) is unknown color: approx Forest Green. HEX triplet: 24, 8F and 12. RGB value is (36,143,18). Sum of RGB (Red+Green+Blue) = 36+143+18=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 143 (56.25% from 255 or 72.59% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 143 - color contains mainly: green. Hex color #248F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248F12 is #DB70ED. Grayscale: #616161. Windows color (decimal): -14381294 or 1216292. OLE color: 1216292.

HSL color Cylindrical-coordinate representation of color #248F12: hue angle of 111.36º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #248F12 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB3614318-
CMYK0.7500.870.44
HSL111.36º77.64%31.57%-
HSV(B)111.36º87.41%56.08%-
XYZ10.6620.063.88-
YUV96.7683.5584.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 143 (56.25% from 255) = 72.59%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=18.27%
G=72.59%
B=9.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143180.7500.870.44111.3677.6431.57
Hex248F124B0572C6f4e20
Octal442172211301275415711640
Binary100100100011111001010010110101011110110011011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,18); }

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

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

 a { background-color: rgb(36,143,18); }

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

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

 span { border-color: rgb(36,143,18); }

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