#30a95a

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

Shades of Eucalyptus #30A95A

Tints of Eucalyptus #30A95A

Color information

#30A95A (or 0x30A95A) is unknown color: approx Eucalyptus. HEX triplet: 30, A9 and 5A. RGB value is (48,169,90). Sum of RGB (Red+Green+Blue) = 48+169+90=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #30A95A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A95A is #CF56A5. Grayscale: #7C7C7C. Windows color (decimal): -13588134 or 5941552. OLE color: 5941552.

HSL color Cylindrical-coordinate representation of color #30A95A: hue angle of 140.83º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A95A is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB4816990-
CMYK0.7200.470.34
HSL140.83º55.76%42.55%-
HSV(B)140.83º71.6%66.27%-
XYZ17.2529.7414.5-
YUV123.82108.9173.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 169 (66.41% from 255) = 55.05%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=15.64%
G=55.05%
B=29.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal48169900.7200.470.34140.8355.7642.55
Hex30A95A4802F228d382b
Octal60251132110057422157053
Binary1100001010100110110101001000010111110001010001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30a95a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,169,90); }

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

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

 a { background-color: rgb(48,169,90); }

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

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

 span { border-color: rgb(48,169,90); }

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