#30A316

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

Shades of Forest Green #30A316

Tints of Forest Green #30A316

Color information

#30A316 (or 0x30A316) is unknown color: approx Forest Green. HEX triplet: 30, A3 and 16. RGB value is (48,163,22). Sum of RGB (Red+Green+Blue) = 48+163+22=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 163 (64.06% from 255 or 69.96% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 163 - color contains mainly: green. Hex color #30A316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A316 is #CF5CE9. Grayscale: #707070. Windows color (decimal): -13589738 or 1483568. OLE color: 1483568.

HSL color Cylindrical-coordinate representation of color #30A316: hue angle of 108.94º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30A316 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB4816322-
CMYK0.7100.870.36
HSL108.94º76.22%36.27%-
HSV(B)108.94º86.5%63.92%-
XYZ14.4626.885.19-
YUV112.5476.981.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 163 (64.06% from 255) = 69.96%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=20.60%
G=69.96%
B=9.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48163220.7100.870.36108.9476.2236.27
Hex30A31647057246d4c24
Octal602432610701274415511444
Binary110000101000111011010001110101011110010011011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A316; }

 p { color: rgb(48,163,22); }

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

<style>
 a { background-color: #30A316; }

 a { background-color: rgb(48,163,22); }

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

<style>
 span { border-color: #30A316; }

 span { border-color: rgb(48,163,22); }

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