#30982F

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

Shades of Forest Green #30982F

Tints of Forest Green #30982F

Color information

#30982F (or 0x30982F) is unknown color: approx Forest Green. HEX triplet: 30, 98 and 2F. RGB value is (48,152,47). Sum of RGB (Red+Green+Blue) = 48+152+47=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #30982F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30982F is #CF67D0. Grayscale: #6D6D6D. Windows color (decimal): -13592529 or 3119152. OLE color: 3119152.

HSL color Cylindrical-coordinate representation of color #30982F: hue angle of 119.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30982F is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB4815247-
CMYK0.6800.690.40
HSL119.43º52.76%39.02%-
HSV(B)119.43º69.08%59.61%-
XYZ12.9623.296.5-
YUV108.9393.0484.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 152 (59.77% from 255) = 61.54%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=19.43%
G=61.54%
B=19.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48152470.6800.690.40119.4352.7639.02
Hex30982F4404528773527
Octal60230571040105501676547
Binary110000100110001011111000100010001011010001110111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30982F; }

 p { color: rgb(48,152,47); }

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

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

 a { background-color: rgb(48,152,47); }

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

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

 span { border-color: rgb(48,152,47); }

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