#248D30

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

Shades of Forest Green #248D30

Tints of Forest Green #248D30

Color information

#248D30 (or 0x248D30) is unknown color: approx Forest Green. HEX triplet: 24, 8D and 30. RGB value is (36,141,48). Sum of RGB (Red+Green+Blue) = 36+141+48=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #248D30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D30 is #DB72CF. Grayscale: #636363. Windows color (decimal): -14381776 or 3181860. OLE color: 3181860.

HSL color Cylindrical-coordinate representation of color #248D30: hue angle of 126.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D30 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB3614148-
CMYK0.7400.660.45
HSL126.86º59.32%34.71%-
HSV(B)126.86º74.47%55.29%-
XYZ10.7919.646.02-
YUV9999.2183.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 141 (55.47% from 255) = 62.67%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=16%
G=62.67%
B=21.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141480.7400.660.45126.8659.3234.71
Hex248D304A0422D7f3b23
Octal44215601120102551777343
Binary100100100011011100001001010010000101011011111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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