#248532

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

Shades of Forest Green #248532

Tints of Forest Green #248532

Color information

#248532 (or 0x248532) is unknown color: approx Forest Green. HEX triplet: 24, 85 and 32. RGB value is (36,133,50). Sum of RGB (Red+Green+Blue) = 36+133+50=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #248532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248532 is #DB7ACD. Grayscale: #5E5E5E. Windows color (decimal): -14383822 or 3310884. OLE color: 3310884.

HSL color Cylindrical-coordinate representation of color #248532: hue angle of 128.66º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248532 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB3613350-
CMYK0.7300.620.48
HSL128.66º57.4%33.14%-
HSV(B)128.66º72.93%52.16%-
XYZ9.6917.385.86-
YUV94.54102.8686.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.44%
GREEN value IS 133 (52.34% from 255) = 60.73%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=16.44%
G=60.73%
B=22.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36133500.7300.620.48128.6657.433.14
Hex2485324903E30813921
Octal4420562111076602017141
Binary100100100001011100101001001011111011000010000001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248532; }

 p { color: rgb(36,133,50); }

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

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

 a { background-color: rgb(36,133,50); }

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

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

 span { border-color: rgb(36,133,50); }

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