#30A52D

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

Shades of Forest Green #30A52D

Tints of Forest Green #30A52D

Color information

#30A52D (or 0x30A52D) is unknown color: approx Forest Green. HEX triplet: 30, A5 and 2D. RGB value is (48,165,45). Sum of RGB (Red+Green+Blue) = 48+165+45=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #30A52D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A52D is #CF5AD2. Grayscale: #747474. Windows color (decimal): -13589203 or 2991408. OLE color: 2991408.

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

Color convert

RGB4816545-
CMYK0.7100.730.35
HSL118.5º57.14%41.18%-
HSV(B)118.5º72.73%64.71%-
XYZ15.1527.737.04-
YUV116.3487.7479.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 165 (64.84% from 255) = 63.95%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=18.60%
G=63.95%
B=17.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48165450.7100.730.35118.557.1441.18
Hex30A52D4704923763929
Octal60245551070111431667151
Binary110000101001011011011000111010010011000111110110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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