#248E2A

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

Shades of Forest Green #248E2A

Tints of Forest Green #248E2A

Color information

#248E2A (or 0x248E2A) is unknown color: approx Forest Green. HEX triplet: 24, 8E and 2A. RGB value is (36,142,42). Sum of RGB (Red+Green+Blue) = 36+142+42=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 142 (55.86% from 255 or 64.55% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 142 - color contains mainly: green. Hex color #248E2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248E2A is #DB71D5. Grayscale: #636363. Windows color (decimal): -14381526 or 2788900. OLE color: 2788900.

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

Color convert

RGB3614242-
CMYK0.7500.700.44
HSL123.4º59.55%34.9%-
HSV(B)123.4º74.65%55.69%-
XYZ10.8219.895.46-
YUV98.9195.8883.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 142 (55.86% from 255) = 64.55%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=16.36%
G=64.55%
B=19.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36142420.7500.700.44123.459.5534.9
Hex248E2A4B0462C7b3c23
Octal44216521130106541737443
Binary100100100011101010101001011010001101011001111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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