#30A223

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

Shades of Forest Green #30A223

Tints of Forest Green #30A223

Color information

#30A223 (or 0x30A223) is unknown color: approx Forest Green. HEX triplet: 30, A2 and 23. RGB value is (48,162,35). Sum of RGB (Red+Green+Blue) = 48+162+35=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #30A223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A223 is #CF5DDC. Grayscale: #717171. Windows color (decimal): -13589981 or 2335280. OLE color: 2335280.

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

Color convert

RGB4816235-
CMYK0.7000.780.36
HSL113.86º64.47%38.63%-
HSV(B)113.86º78.4%63.53%-
XYZ14.4426.595.96-
YUV113.4483.7381.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 162 (63.67% from 255) = 66.12%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=19.59%
G=66.12%
B=14.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162350.7000.780.36113.8664.4738.63
Hex30A2234604E24724027
Octal602424310601164416210047
Binary1100001010001010001110001100100111010010011100101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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