#30963C

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

Shades of Forest Green #30963C

Tints of Forest Green #30963C

Color information

#30963C (or 0x30963C) is unknown color: approx Forest Green. HEX triplet: 30, 96 and 3C. RGB value is (48,150,60). Sum of RGB (Red+Green+Blue) = 48+150+60=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #30963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30963C is #CF69C3. Grayscale: #6D6D6D. Windows color (decimal): -13593028 or 3970608. OLE color: 3970608.

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

Color convert

RGB4815060-
CMYK0.6800.60.41
HSL127.06º51.52%38.82%-
HSV(B)127.06º68%58.82%-
XYZ12.9422.777.99-
YUV109.24100.2184.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 150 (58.98% from 255) = 58.14%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=18.60%
G=58.14%
B=23.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48150600.6800.60.41127.0651.5238.82
Hex30963C4403C297f3427
Octal6022674104074511776447
Binary11000010010110111100100010001111001010011111111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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