#298328

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

Shades of Forest Green #298328

Tints of Forest Green #298328

Color information

#298328 (or 0x298328) is unknown color: approx Forest Green. HEX triplet: 29, 83 and 28. RGB value is (41,131,40). Sum of RGB (Red+Green+Blue) = 41+131+40=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #298328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298328 is #D67CD7. Grayscale: #5D5D5D. Windows color (decimal): -14056664 or 2655017. OLE color: 2655017.

HSL color Cylindrical-coordinate representation of color #298328: hue angle of 119.34º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298328 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB4113140-
CMYK0.6900.690.49
HSL119.34º53.22%33.53%-
HSV(B)119.34º69.47%51.37%-
XYZ9.4116.864.77-
YUV93.7297.6890.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 131 (51.56% from 255) = 61.79%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=19.34%
G=61.79%
B=18.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41131400.6900.690.49119.3453.2233.53
Hex2983284504531773522
Octal51203501050105611676542
Binary101001100000111010001000101010001011100011110111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298328; }

 p { color: rgb(41,131,40); }

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

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

 a { background-color: rgb(41,131,40); }

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

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

 span { border-color: rgb(41,131,40); }

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