#30965A

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

Shades of Eucalyptus #30965A

Tints of Eucalyptus #30965A

Color information

#30965A (or 0x30965A) is unknown color: approx Eucalyptus. HEX triplet: 30, 96 and 5A. RGB value is (48,150,90). Sum of RGB (Red+Green+Blue) = 48+150+90=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #30965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30965A is #CF69A5. Grayscale: #707070. Windows color (decimal): -13592998 or 5936688. OLE color: 5936688.

HSL color Cylindrical-coordinate representation of color #30965A: hue angle of 144.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30965A is Cyan = 0.68, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB4815090-
CMYK0.6800.40.41
HSL144.71º51.52%38.82%-
HSV(B)144.71º68%58.82%-
XYZ13.9723.1813.41-
YUV112.66115.2181.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=16.67%
G=52.08%
B=31.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48150900.6800.40.41144.7151.5238.82
Hex30965A4402829913427
Octal60226132104050512216447
Binary1100001001011010110101000100010100010100110010001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30965A; }

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

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

<style>
 a { background-color: #30965A; }

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

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

<style>
 span { border-color: #30965A; }

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

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