#248E30

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

Shades of Forest Green #248E30

Tints of Forest Green #248E30

Color information

#248E30 (or 0x248E30) is unknown color: approx Forest Green. HEX triplet: 24, 8E and 30. RGB value is (36,142,48). Sum of RGB (Red+Green+Blue) = 36+142+48=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 142 (55.86% from 255 or 62.83% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 142 - color contains mainly: green. Hex color #248E30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248E30 is #DB71CF. Grayscale: #636363. Windows color (decimal): -14381520 or 3182116. OLE color: 3182116.

HSL color Cylindrical-coordinate representation of color #248E30: hue angle of 126.79º 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 #248E30 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB3614248-
CMYK0.7500.660.44
HSL126.79º59.55%34.9%-
HSV(B)126.79º74.65%55.69%-
XYZ10.9319.936.07-
YUV99.5998.8882.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.93%
GREEN value IS 142 (55.86% from 255) = 62.83%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=15.93%
G=62.83%
B=21.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36142480.7500.660.44126.7959.5534.9
Hex248E304B0422C7f3c23
Octal44216601130102541777443
Binary100100100011101100001001011010000101011001111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,142,48); }

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

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

 a { background-color: rgb(36,142,48); }

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

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

 span { border-color: rgb(36,142,48); }

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