#298525

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

Shades of Forest Green #298525

Tints of Forest Green #298525

Color information

#298525 (or 0x298525) is unknown color: approx Forest Green. HEX triplet: 29, 85 and 25. RGB value is (41,133,37). Sum of RGB (Red+Green+Blue) = 41+133+37=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #298525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298525 is #D67ADA. Grayscale: #5E5E5E. Windows color (decimal): -14056155 or 2458921. OLE color: 2458921.

HSL color Cylindrical-coordinate representation of color #298525: hue angle of 117.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298525 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB4113337-
CMYK0.6900.720.48
HSL117.5º56.47%33.33%-
HSV(B)117.5º72.18%52.16%-
XYZ9.6417.384.6-
YUV94.5595.5289.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 133 (52.34% from 255) = 63.03%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=19.43%
G=63.03%
B=17.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41133370.6900.720.48117.556.4733.33
Hex2985254504830763821
Octal51205451050110601667041
Binary101001100001011001011000101010010001100001110110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298525; }

 p { color: rgb(41,133,37); }

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

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

 a { background-color: rgb(41,133,37); }

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

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

 span { border-color: rgb(41,133,37); }

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