#30A228

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

Shades of Forest Green #30A228

Tints of Forest Green #30A228

Color information

#30A228 (or 0x30A228) is unknown color: approx Forest Green. HEX triplet: 30, A2 and 28. RGB value is (48,162,40). Sum of RGB (Red+Green+Blue) = 48+162+40=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 162 (63.67% from 255 or 64.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 162 - color contains mainly: green. Hex color #30A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A228 is #CF5DD7. Grayscale: #727272. Windows color (decimal): -13589976 or 2662960. OLE color: 2662960.

HSL color Cylindrical-coordinate representation of color #30A228: hue angle of 116.07º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30A228 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB4816240-
CMYK0.7000.750.36
HSL116.07º60.4%39.61%-
HSV(B)116.07º75.31%63.53%-
XYZ14.5226.626.38-
YUV114.0186.2380.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 162 (63.67% from 255) = 64.8%
BLUE value IS 40 (16.02% from 255) = 16%
R=19.2%
G=64.8%
B=16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162400.7000.750.36116.0760.439.61
Hex30A2284604B24743c28
Octal60242501060113441647450
Binary110000101000101010001000110010010111001001110100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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