#30A568

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

Shades of Eucalyptus #30A568

Tints of Eucalyptus #30A568

Color information

#30A568 (or 0x30A568) is unknown color: approx Eucalyptus. HEX triplet: 30, A5 and 68. RGB value is (48,165,104). Sum of RGB (Red+Green+Blue) = 48+165+104=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #30A568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A568 is #CF5A97. Grayscale: #7B7B7B. Windows color (decimal): -13589144 or 6858032. OLE color: 6858032.

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

Color convert

RGB48165104-
CMYK0.7100.370.35
HSL148.72º54.93%41.76%-
HSV(B)148.72º70.91%64.71%-
XYZ17.1728.5417.7-
YUV123.06117.2474.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=15.14%
G=52.05%
B=32.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481651040.7100.370.35148.7254.9341.76
Hex30A568470252395372a
Octal60245150107045432256752
Binary1100001010010111010001000111010010110001110010101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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