#248D12

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

Shades of Forest Green #248D12

Tints of Forest Green #248D12

Color information

#248D12 (or 0x248D12) is unknown color: approx Forest Green. HEX triplet: 24, 8D and 12. RGB value is (36,141,18). Sum of RGB (Red+Green+Blue) = 36+141+18=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 141 (55.47% from 255 or 72.31% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 141 - color contains mainly: green. Hex color #248D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248D12 is #DB72ED. Grayscale: #5F5F5F. Windows color (decimal): -14381806 or 1215780. OLE color: 1215780.

HSL color Cylindrical-coordinate representation of color #248D12: hue angle of 111.22º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #248D12 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB3614118-
CMYK0.7400.870.45
HSL111.22º77.36%31.18%-
HSV(B)111.22º87.23%55.29%-
XYZ10.3619.473.78-
YUV95.5884.2185.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 141 (55.47% from 255) = 72.31%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=18.46%
G=72.31%
B=9.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141180.7400.870.45111.2277.3631.18
Hex248D124A0572D6f4d1f
Octal442152211201275515711537
Binary10010010001101100101001010010101111011011101111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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