#30A567

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

Shades of Eucalyptus #30A567

Tints of Eucalyptus #30A567

Color information

#30A567 (or 0x30A567) is unknown color: approx Eucalyptus. HEX triplet: 30, A5 and 67. RGB value is (48,165,103). Sum of RGB (Red+Green+Blue) = 48+165+103=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #30A567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A567 is #CF5A98. Grayscale: #7B7B7B. Windows color (decimal): -13589145 or 6792496. OLE color: 6792496.

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

Color convert

RGB48165103-
CMYK0.7100.380.35
HSL148.21º54.93%41.76%-
HSV(B)148.21º70.91%64.71%-
XYZ17.1228.5217.43-
YUV122.95116.7474.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=15.19%
G=52.22%
B=32.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481651030.7100.380.35148.2154.9341.76
Hex30A567470262394372a
Octal60245147107046432246752
Binary1100001010010111001111000111010011010001110010100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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