#30960A

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

Shades of Forest Green #30960A

Tints of Forest Green #30960A

Color information

#30960A (or 0x30960A) is unknown color: approx Forest Green. HEX triplet: 30, 96 and 0A. RGB value is (48,150,10). Sum of RGB (Red+Green+Blue) = 48+150+10=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 150 (58.98% from 255 or 72.12% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 150 - color contains mainly: green. Hex color #30960A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30960A is #CF69F5. Grayscale: #686868. Windows color (decimal): -13593078 or 693808. OLE color: 693808.

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

Color convert

RGB4815010-
CMYK0.6800.930.41
HSL103.71º87.5%31.37%-
HSV(B)103.71º93.33%58.82%-
XYZ12.1822.463.98-
YUV103.5475.2188.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 150 (58.98% from 255) = 72.12%
BLUE value IS 10 (4.30% from 255) = 4.81%
R=23.08%
G=72.12%
B=4.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48150100.6800.930.41103.7187.531.37
Hex3096A4405D2968581f
Octal602261210401355115013037
Binary1100001001011010101000100010111011010011101000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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