#248421

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

Shades of Forest Green #248421

Tints of Forest Green #248421

Color information

#248421 (or 0x248421) is unknown color: approx Forest Green. HEX triplet: 24, 84 and 21. RGB value is (36,132,33). Sum of RGB (Red+Green+Blue) = 36+132+33=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #248421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248421 is #DB7BDE. Grayscale: #5C5C5C. Windows color (decimal): -14384095 or 2196516. OLE color: 2196516.

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

Color convert

RGB3613233-
CMYK0.7300.750.48
HSL118.18º60%32.35%-
HSV(B)118.18º75%51.76%-
XYZ9.2516.994.23-
YUV92.0194.788.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 132 (51.95% from 255) = 65.67%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=17.91%
G=65.67%
B=16.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36132330.7300.750.48118.186032.35
Hex2484214904B30763c20
Octal44204411110113601667440
Binary100100100001001000011001001010010111100001110110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248421; }

 p { color: rgb(36,132,33); }

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

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

 a { background-color: rgb(36,132,33); }

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

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

 span { border-color: rgb(36,132,33); }

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