#248A15

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

Shades of Forest Green #248A15

Tints of Forest Green #248A15

Color information

#248A15 (or 0x248A15) is unknown color: approx Forest Green. HEX triplet: 24, 8A and 15. RGB value is (36,138,21). Sum of RGB (Red+Green+Blue) = 36+138+21=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 138 (54.30% from 255 or 70.77% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 138 - color contains mainly: green. Hex color #248A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248A15 is #DB75EA. Grayscale: #5E5E5E. Windows color (decimal): -14382571 or 1411620. OLE color: 1411620.

HSL color Cylindrical-coordinate representation of color #248A15: hue angle of 112.31º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248A15 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB3613821-
CMYK0.7400.850.46
HSL112.31º73.58%31.18%-
HSV(B)112.31º84.78%54.12%-
XYZ9.9518.613.78-
YUV94.1686.7186.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 138 (54.30% from 255) = 70.77%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=18.46%
G=70.77%
B=10.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138210.7400.850.46112.3173.5831.18
Hex248A154A0552E704a1f
Octal442122511201255616011237
Binary10010010001010101011001010010101011011101110000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,138,21); }

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

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

 a { background-color: rgb(36,138,21); }

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

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

 span { border-color: rgb(36,138,21); }

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