#248D13

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

Shades of Forest Green #248D13

Tints of Forest Green #248D13

Color information

#248D13 (or 0x248D13) is unknown color: approx Forest Green. HEX triplet: 24, 8D and 13. RGB value is (36,141,19). Sum of RGB (Red+Green+Blue) = 36+141+19=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #248D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248D13 is #DB72EC. Grayscale: #606060. Windows color (decimal): -14381805 or 1281316. OLE color: 1281316.

HSL color Cylindrical-coordinate representation of color #248D13: hue angle of 111.64º degrees, saturation: 0.76, 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 #248D13 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB3614119-
CMYK0.7400.870.45
HSL111.64º76.25%31.37%-
HSV(B)111.64º86.52%55.29%-
XYZ10.3719.473.83-
YUV95.784.7185.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 141 (55.47% from 255) = 71.94%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=18.37%
G=71.94%
B=9.69%

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
Decimal36141190.7400.870.45111.6476.2531.37
Hex248D134A0572D704c1f
Octal442152311201275516011437
Binary10010010001101100111001010010101111011011110000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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