#30A157

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

Shades of Eucalyptus #30A157

Tints of Eucalyptus #30A157

Color information

#30A157 (or 0x30A157) is unknown color: approx Eucalyptus. HEX triplet: 30, A1 and 57. RGB value is (48,161,87). Sum of RGB (Red+Green+Blue) = 48+161+87=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #30A157 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A157 is #CF5EA8. Grayscale: #767676. Windows color (decimal): -13590185 or 5742896. OLE color: 5742896.

HSL color Cylindrical-coordinate representation of color #30A157: hue angle of 140.71º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A157 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB4816187-
CMYK0.7000.460.37
HSL140.71º54.07%40.98%-
HSV(B)140.71º70.19%63.14%-
XYZ15.6826.8113.36-
YUV118.78110.0677.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 161 (63.28% from 255) = 54.39%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=16.22%
G=54.39%
B=29.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48161870.7000.460.37140.7154.0740.98
Hex30A1574602E258d3629
Octal60241127106056452156651
Binary1100001010000110101111000110010111010010110001101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,161,87); }

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

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

 a { background-color: rgb(48,161,87); }

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

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

 span { border-color: rgb(48,161,87); }

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