#30A221

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

Shades of Forest Green #30A221

Tints of Forest Green #30A221

Color information

#30A221 (or 0x30A221) is unknown color: approx Forest Green. HEX triplet: 30, A2 and 21. RGB value is (48,162,33). Sum of RGB (Red+Green+Blue) = 48+162+33=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 162 (63.67% from 255 or 66.67% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 162 - color contains mainly: green. Hex color #30A221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A221 is #CF5DDE. Grayscale: #717171. Windows color (decimal): -13589983 or 2204208. OLE color: 2204208.

HSL color Cylindrical-coordinate representation of color #30A221: hue angle of 113.02º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30A221 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB4816233-
CMYK0.7000.800.36
HSL113.02º66.15%38.24%-
HSV(B)113.02º79.63%63.53%-
XYZ14.4126.585.81-
YUV113.2182.7381.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 162 (63.67% from 255) = 66.67%
BLUE value IS 33 (13.28% from 255) = 13.58%
R=19.75%
G=66.67%
B=13.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162330.7000.800.36113.0266.1538.24
Hex30A2214605024714226
Octal602424110601204416110246
Binary1100001010001010000110001100101000010010011100011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,162,33); }

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

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

 a { background-color: rgb(48,162,33); }

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

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

 span { border-color: rgb(48,162,33); }

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