#30A569

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

Shades of Eucalyptus #30A569

Tints of Eucalyptus #30A569

Color information

#30A569 (or 0x30A569) is unknown color: approx Eucalyptus. HEX triplet: 30, A5 and 69. RGB value is (48,165,105). Sum of RGB (Red+Green+Blue) = 48+165+105=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #30A569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A569 is #CF5A96. Grayscale: #7B7B7B. Windows color (decimal): -13589143 or 6923568. OLE color: 6923568.

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

Color convert

RGB48165105-
CMYK0.7100.360.35
HSL149.23º54.93%41.76%-
HSV(B)149.23º70.91%64.71%-
XYZ17.2228.5617.97-
YUV123.18117.7474.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 165 (64.84% from 255) = 51.89%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=15.09%
G=51.89%
B=33.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481651050.7100.360.35149.2354.9341.76
Hex30A569470242395372a
Octal60245151107044432256752
Binary1100001010010111010011000111010010010001110010101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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