#30A534

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

Shades of Forest Green #30A534

Tints of Forest Green #30A534

Color information

#30A534 (or 0x30A534) is unknown color: approx Forest Green. HEX triplet: 30, A5 and 34. RGB value is (48,165,52). Sum of RGB (Red+Green+Blue) = 48+165+52=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 165 (64.84% from 255 or 62.26% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 165 - color contains mainly: green. Hex color #30A534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A534 is #CF5ACB. Grayscale: #757575. Windows color (decimal): -13589196 or 3450160. OLE color: 3450160.

HSL color Cylindrical-coordinate representation of color #30A534: hue angle of 122.05º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A534 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB4816552-
CMYK0.7100.680.35
HSL122.05º54.93%41.76%-
HSV(B)122.05º70.91%64.71%-
XYZ15.2927.797.81-
YUV117.1491.2478.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 165 (64.84% from 255) = 62.26%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=18.11%
G=62.26%
B=19.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48165520.7100.680.35122.0554.9341.76
Hex30A53447044237a372a
Octal60245641070104431726752
Binary110000101001011101001000111010001001000111111010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,165,52); }

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

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

 a { background-color: rgb(48,165,52); }

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

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

 span { border-color: rgb(48,165,52); }

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