#298426

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

Shades of Forest Green #298426

Tints of Forest Green #298426

Color information

#298426 (or 0x298426) is unknown color: approx Forest Green. HEX triplet: 29, 84 and 26. RGB value is (41,132,38). Sum of RGB (Red+Green+Blue) = 41+132+38=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #298426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298426 is #D67BD9. Grayscale: #5E5E5E. Windows color (decimal): -14056410 or 2524201. OLE color: 2524201.

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

Color convert

RGB4113238-
CMYK0.6900.710.48
HSL118.09º55.29%33.33%-
HSV(B)118.09º71.21%51.76%-
XYZ9.5217.114.64-
YUV94.0796.3590.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 132 (51.95% from 255) = 62.56%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=19.43%
G=62.56%
B=18.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132380.6900.710.48118.0955.2933.33
Hex2984264504730763721
Octal51204461050107601666741
Binary101001100001001001101000101010001111100001110110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298426; }

 p { color: rgb(41,132,38); }

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

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

 a { background-color: rgb(41,132,38); }

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

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

 span { border-color: rgb(41,132,38); }

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