#248F2A

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

Shades of Forest Green #248F2A

Tints of Forest Green #248F2A

Color information

#248F2A (or 0x248F2A) is unknown color: approx Forest Green. HEX triplet: 24, 8F and 2A. RGB value is (36,143,42). Sum of RGB (Red+Green+Blue) = 36+143+42=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #248F2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F2A is #DB70D5. Grayscale: #636363. Windows color (decimal): -14381270 or 2789156. OLE color: 2789156.

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

Color convert

RGB3614342-
CMYK0.7500.710.44
HSL123.36º59.78%35.1%-
HSV(B)123.36º74.83%56.08%-
XYZ10.9720.195.51-
YUV99.4995.5582.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 143 (56.25% from 255) = 64.71%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=16.29%
G=64.71%
B=19.00%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143420.7500.710.44123.3659.7835.1
Hex248F2A4B0472C7b3c23
Octal44217521130107541737443
Binary100100100011111010101001011010001111011001111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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