#30A416

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

Shades of Forest Green #30A416

Tints of Forest Green #30A416

Color information

#30A416 (or 0x30A416) is unknown color: approx Forest Green. HEX triplet: 30, A4 and 16. RGB value is (48,164,22). Sum of RGB (Red+Green+Blue) = 48+164+22=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 164 (64.45% from 255 or 70.09% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 164 - color contains mainly: green. Hex color #30A416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A416 is #CF5BE9. Grayscale: #717171. Windows color (decimal): -13589482 or 1483824. OLE color: 1483824.

HSL color Cylindrical-coordinate representation of color #30A416: hue angle of 109.01º 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 #30A416 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB4816422-
CMYK0.7100.870.36
HSL109.01º76.34%36.47%-
HSV(B)109.01º86.59%64.31%-
XYZ14.6427.245.24-
YUV113.1376.5781.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 164 (64.45% from 255) = 70.09%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=20.51%
G=70.09%
B=9.40%

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
Decimal48164220.7100.870.36109.0176.3436.47
Hex30A41647057246d4c24
Octal602442610701274415511444
Binary110000101001001011010001110101011110010011011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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