#248A0F

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

Shades of Forest Green #248A0F

Tints of Forest Green #248A0F

Color information

#248A0F (or 0x248A0F) is unknown color: approx Forest Green. HEX triplet: 24, 8A and 0F. RGB value is (36,138,15). Sum of RGB (Red+Green+Blue) = 36+138+15=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 138 (54.30% from 255 or 73.02% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 138 - color contains mainly: green. Hex color #248A0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248A0F is #DB75F0. Grayscale: #5D5D5D. Windows color (decimal): -14382577 or 1018404. OLE color: 1018404.

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

Color convert

RGB3613815-
CMYK0.7400.890.46
HSL109.76º80.39%30%-
HSV(B)109.76º89.13%54.12%-
XYZ9.918.593.52-
YUV93.4883.7187-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 138 (54.30% from 255) = 73.02%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=19.05%
G=73.02%
B=7.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138150.7400.890.46109.7680.3930
Hex248AF4A0592E6e501e
Octal442121711201315615612036
Binary1001001000101011111001010010110011011101101110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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