#30973A

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

Shades of Forest Green #30973A

Tints of Forest Green #30973A

Color information

#30973A (or 0x30973A) is unknown color: approx Forest Green. HEX triplet: 30, 97 and 3A. RGB value is (48,151,58). Sum of RGB (Red+Green+Blue) = 48+151+58=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 151 (59.38% from 255 or 58.75% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 151 - color contains mainly: green. Hex color #30973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30973A is #CF68C5. Grayscale: #6D6D6D. Windows color (decimal): -13592774 or 3839792. OLE color: 3839792.

HSL color Cylindrical-coordinate representation of color #30973A: hue angle of 125.83º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30973A is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB4815158-
CMYK0.6800.620.41
HSL125.83º51.76%39.02%-
HSV(B)125.83º68.21%59.22%-
XYZ13.0523.077.77-
YUV109.698.8884.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 151 (59.38% from 255) = 58.75%
BLUE value IS 58 (23.05% from 255) = 22.57%
R=18.68%
G=58.75%
B=22.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48151580.6800.620.41125.8351.7639.02
Hex30973A4403E297e3427
Octal6022772104076511766447
Binary11000010010111111010100010001111101010011111110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30973A; }

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

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

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

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

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

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

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

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