#30906C

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

Shades of Eucalyptus #30906C

Tints of Eucalyptus #30906C

Color information

#30906C (or 0x30906C) is unknown color: approx Eucalyptus. HEX triplet: 30, 90 and 6C. RGB value is (48,144,108). Sum of RGB (Red+Green+Blue) = 48+144+108=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #30906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30906C is #CF6F93. Grayscale: #6F6F6F. Windows color (decimal): -13594516 or 7114800. OLE color: 7114800.

HSL color Cylindrical-coordinate representation of color #30906C: hue angle of 157.5º 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 #30906C is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB48144108-
CMYK0.6700.250.44
HSL157.5º50%37.65%-
HSV(B)157.5º66.67%56.47%-
XYZ13.921.6617.64-
YUV111.19126.282.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 108 (42.58% from 255) = 36%
R=16%
G=48%
B=36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481441080.6700.250.44157.55037.65
Hex30906C430192C9e3226
Octal60220154103031542366246
Binary110000100100001101100100001101100110110010011110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30906C; }

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

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

<style>
 a { background-color: #30906C; }

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

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

<style>
 span { border-color: #30906C; }

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

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