#249126

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

Shades of Forest Green #249126

Tints of Forest Green #249126

Color information

#249126 (or 0x249126) is unknown color: approx Forest Green. HEX triplet: 24, 91 and 26. RGB value is (36,145,38). Sum of RGB (Red+Green+Blue) = 36+145+38=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #249126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #249126 is #DB6ED9. Grayscale: #646464. Windows color (decimal): -14380762 or 2527524. OLE color: 2527524.

HSL color Cylindrical-coordinate representation of color #249126: hue angle of 121.1º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249126 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB3614538-
CMYK0.7500.740.43
HSL121.1º60.22%35.49%-
HSV(B)121.1º75.17%56.86%-
XYZ11.220.775.25-
YUV100.2192.8982.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.44%
GREEN value IS 145 (57.03% from 255) = 66.21%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=16.44%
G=66.21%
B=17.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36145380.7500.740.43121.160.2235.49
Hex2491264B04A2B793c23
Octal44221461130112531717443
Binary100100100100011001101001011010010101010111111001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249126; }

 p { color: rgb(36,145,38); }

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

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

 a { background-color: rgb(36,145,38); }

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

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

 span { border-color: rgb(36,145,38); }

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