#30A625

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

Shades of Forest Green #30A625

Tints of Forest Green #30A625

Color information

#30A625 (or 0x30A625) is unknown color: approx Forest Green. HEX triplet: 30, A6 and 25. RGB value is (48,166,37). Sum of RGB (Red+Green+Blue) = 48+166+37=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 166 (65.23% from 255 or 66.14% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 166 - color contains mainly: green. Hex color #30A625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A625 is #CF59DA. Grayscale: #747474. Windows color (decimal): -13588955 or 2467376. OLE color: 2467376.

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

Color convert

RGB4816637-
CMYK0.7100.780.35
HSL114.88º63.55%39.8%-
HSV(B)114.88º77.71%65.1%-
XYZ15.1928.036.36-
YUV116.0183.4179.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 166 (65.23% from 255) = 66.14%
BLUE value IS 37 (14.84% from 255) = 14.74%
R=19.12%
G=66.14%
B=14.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48166370.7100.780.35114.8863.5539.8
Hex30A6254704E23734028
Octal602464510701164316310050
Binary1100001010011010010110001110100111010001111100111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,166,37); }

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

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

 a { background-color: rgb(48,166,37); }

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

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

 span { border-color: rgb(48,166,37); }

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