#30905D

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

Shades of Eucalyptus #30905D

Tints of Eucalyptus #30905D

Color information

#30905D (or 0x30905D) is unknown color: approx Eucalyptus. HEX triplet: 30, 90 and 5D. RGB value is (48,144,93). Sum of RGB (Red+Green+Blue) = 48+144+93=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #30905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30905D is #CF6FA2. Grayscale: #6D6D6D. Windows color (decimal): -13594531 or 6131760. OLE color: 6131760.

HSL color Cylindrical-coordinate representation of color #30905D: hue angle of 148.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30905D is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB4814493-
CMYK0.6700.350.44
HSL148.12º50%37.65%-
HSV(B)148.12º66.67%56.47%-
XYZ13.1721.3713.79-
YUV109.48118.784.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 144 (56.64% from 255) = 50.53%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=16.84%
G=50.53%
B=32.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48144930.6700.350.44148.125037.65
Hex30905D430232C943226
Octal60220135103043542246246
Binary1100001001000010111011000011010001110110010010100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30905D; }

 p { color: rgb(48,144,93); }

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

<style>
 a { background-color: #30905D; }

 a { background-color: rgb(48,144,93); }

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

<style>
 span { border-color: #30905D; }

 span { border-color: rgb(48,144,93); }

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