#298414

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

Shades of Forest Green #298414

Tints of Forest Green #298414

Color information

#298414 (or 0x298414) is unknown color: approx Forest Green. HEX triplet: 29, 84 and 14. RGB value is (41,132,20). Sum of RGB (Red+Green+Blue) = 41+132+20=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #298414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298414 is #D67BEB. Grayscale: #5C5C5C. Windows color (decimal): -14056428 or 1344553. OLE color: 1344553.

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

Color convert

RGB4113220-
CMYK0.6900.850.48
HSL108.75º73.68%29.8%-
HSV(B)108.75º84.85%51.76%-
XYZ9.2917.023.46-
YUV92.0287.3591.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 132 (51.95% from 255) = 68.39%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=21.24%
G=68.39%
B=10.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132200.6900.850.48108.7573.6829.8
Hex29841445055306d4a1e
Octal512042410501256015511236
Binary10100110000100101001000101010101011100001101101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298414; }

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

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

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

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

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

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

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

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