#30963B

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

Shades of Forest Green #30963B

Tints of Forest Green #30963B

Color information

#30963B (or 0x30963B) is unknown color: approx Forest Green. HEX triplet: 30, 96 and 3B. RGB value is (48,150,59). Sum of RGB (Red+Green+Blue) = 48+150+59=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #30963B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30963B is #CF69C4. Grayscale: #6D6D6D. Windows color (decimal): -13593029 or 3905072. OLE color: 3905072.

HSL color Cylindrical-coordinate representation of color #30963B: hue angle of 126.47º 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 #30963B is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB4815059-
CMYK0.6800.610.41
HSL126.47º51.52%38.82%-
HSV(B)126.47º68%58.82%-
XYZ12.9122.767.85-
YUV109.1399.7184.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 150 (58.98% from 255) = 58.37%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=18.68%
G=58.37%
B=22.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48150590.6800.610.41126.4751.5238.82
Hex30963B4403D297e3427
Octal6022673104075511766447
Binary11000010010110111011100010001111011010011111110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30963B; }

 p { color: rgb(48,150,59); }

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

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

 a { background-color: rgb(48,150,59); }

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

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

 span { border-color: rgb(48,150,59); }

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