#298C30

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

Shades of Forest Green #298C30

Tints of Forest Green #298C30

Color information

#298C30 (or 0x298C30) is unknown color: approx Forest Green. HEX triplet: 29, 8C and 30. RGB value is (41,140,48). Sum of RGB (Red+Green+Blue) = 41+140+48=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #298C30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298C30 is #D673CF. Grayscale: #646464. Windows color (decimal): -14054352 or 3181609. OLE color: 3181609.

HSL color Cylindrical-coordinate representation of color #298C30: hue angle of 124.24º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298C30 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB4114048-
CMYK0.7100.660.45
HSL124.24º54.7%35.49%-
HSV(B)124.24º70.71%54.9%-
XYZ10.8319.445.98-
YUV99.9198.785.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 140 (55.08% from 255) = 61.14%
BLUE value IS 48 (19.14% from 255) = 20.96%
R=17.90%
G=61.14%
B=20.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41140480.7100.660.45124.2454.735.49
Hex298C30470422D7c3723
Octal51214601070102551746743
Binary101001100011001100001000111010000101011011111100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,140,48); }

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

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

 a { background-color: rgb(41,140,48); }

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

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

 span { border-color: rgb(41,140,48); }

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