#248F2F

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

Shades of Forest Green #248F2F

Tints of Forest Green #248F2F

Color information

#248F2F (or 0x248F2F) is unknown color: approx Forest Green. HEX triplet: 24, 8F and 2F. RGB value is (36,143,47). Sum of RGB (Red+Green+Blue) = 36+143+47=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #248F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F2F is #DB70D0. Grayscale: #646464. Windows color (decimal): -14381265 or 3116836. OLE color: 3116836.

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

Color convert

RGB3614347-
CMYK0.7500.670.44
HSL126.17º59.78%35.1%-
HSV(B)126.17º74.83%56.08%-
XYZ11.0620.236.01-
YUV100.0698.0582.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.93%
GREEN value IS 143 (56.25% from 255) = 63.27%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=15.93%
G=63.27%
B=20.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143470.7500.670.44126.1759.7835.1
Hex248F2F4B0432C7e3c23
Octal44217571130103541767443
Binary100100100011111011111001011010000111011001111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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