#298E32

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

Shades of Forest Green #298E32

Tints of Forest Green #298E32

Color information

#298E32 (or 0x298E32) is unknown color: approx Forest Green. HEX triplet: 29, 8E and 32. RGB value is (41,142,50). Sum of RGB (Red+Green+Blue) = 41+142+50=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 142 (55.86% from 255 or 60.94% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 142 - color contains mainly: green. Hex color #298E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298E32 is #D671CD. Grayscale: #656565. Windows color (decimal): -14053838 or 3313193. OLE color: 3313193.

HSL color Cylindrical-coordinate representation of color #298E32: hue angle of 125.35º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298E32 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB4114250-
CMYK0.7100.650.44
HSL125.35º55.19%35.88%-
HSV(B)125.35º71.13%55.69%-
XYZ11.1620.056.3-
YUV101.3199.0484.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 142 (55.86% from 255) = 60.94%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=17.60%
G=60.94%
B=21.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41142500.7100.650.44125.3555.1935.88
Hex298E32470412C7d3724
Octal51216621070101541756744
Binary101001100011101100101000111010000011011001111101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298E32; }

 p { color: rgb(41,142,50); }

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

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

 a { background-color: rgb(41,142,50); }

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

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

 span { border-color: rgb(41,142,50); }

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