#30956A

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

Shades of Eucalyptus #30956A

Tints of Eucalyptus #30956A

Color information

#30956A (or 0x30956A) is unknown color: approx Eucalyptus. HEX triplet: 30, 95 and 6A. RGB value is (48,149,106). Sum of RGB (Red+Green+Blue) = 48+149+106=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #30956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30956A is #CF6A95. Grayscale: #717171. Windows color (decimal): -13593238 or 6985008. OLE color: 6985008.

HSL color Cylindrical-coordinate representation of color #30956A: hue angle of 154.46º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30956A is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB48149106-
CMYK0.6800.290.42
HSL154.46º51.27%38.63%-
HSV(B)154.46º67.79%58.43%-
XYZ14.5723.1617.34-
YUV113.9123.5481-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=15.84%
G=49.17%
B=34.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481491060.6800.290.42154.4651.2738.63
Hex30956A4401D2A9a3327
Octal60225152104035522326347
Binary110000100101011101010100010001110110101010011010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,149,106); }

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

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

 a { background-color: rgb(48,149,106); }

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

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

 span { border-color: rgb(48,149,106); }

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