#30972D

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

Shades of Forest Green #30972D

Tints of Forest Green #30972D

Color information

#30972D (or 0x30972D) is unknown color: approx Forest Green. HEX triplet: 30, 97 and 2D. RGB value is (48,151,45). Sum of RGB (Red+Green+Blue) = 48+151+45=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #30972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30972D is #CF68D2. Grayscale: #6C6C6C. Windows color (decimal): -13592787 or 2987824. OLE color: 2987824.

HSL color Cylindrical-coordinate representation of color #30972D: hue angle of 118.3º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30972D is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB4815145-
CMYK0.6800.700.41
HSL118.3º54.08%38.43%-
HSV(B)118.3º70.2%59.22%-
XYZ12.7622.956.24-
YUV108.1292.3885.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 151 (59.38% from 255) = 61.89%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=19.67%
G=61.89%
B=18.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48151450.6800.700.41118.354.0838.43
Hex30972D4404629763626
Octal60227551040106511666646
Binary110000100101111011011000100010001101010011110110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30972D; }

 p { color: rgb(48,151,45); }

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

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

 a { background-color: rgb(48,151,45); }

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

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

 span { border-color: rgb(48,151,45); }

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