#30A562

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

Shades of Eucalyptus #30A562

Tints of Eucalyptus #30A562

Color information

#30A562 (or 0x30A562) is unknown color: approx Eucalyptus. HEX triplet: 30, A5 and 62. RGB value is (48,165,98). Sum of RGB (Red+Green+Blue) = 48+165+98=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #30A562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A562 is #CF5A9D. Grayscale: #7A7A7A. Windows color (decimal): -13589150 or 6464816. OLE color: 6464816.

HSL color Cylindrical-coordinate representation of color #30A562: hue angle of 145.64º 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 #30A562 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB4816598-
CMYK0.7100.410.35
HSL145.64º54.93%41.76%-
HSV(B)145.64º70.91%64.71%-
XYZ16.8828.4216.15-
YUV122.38114.2474.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=15.43%
G=53.05%
B=31.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48165980.7100.410.35145.6454.9341.76
Hex30A562470292392372a
Octal60245142107051432226752
Binary1100001010010111000101000111010100110001110010010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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