#30976C

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

Shades of Eucalyptus #30976C

Tints of Eucalyptus #30976C

Color information

#30976C (or 0x30976C) is unknown color: approx Eucalyptus. HEX triplet: 30, 97 and 6C. RGB value is (48,151,108). Sum of RGB (Red+Green+Blue) = 48+151+108=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #30976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30976C is #CF6893. Grayscale: #737373. Windows color (decimal): -13592724 or 7116592. OLE color: 7116592.

HSL color Cylindrical-coordinate representation of color #30976C: hue angle of 154.95º 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 #30976C is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB48151108-
CMYK0.6800.280.41
HSL154.95º51.76%39.02%-
HSV(B)154.95º68.21%59.22%-
XYZ14.9923.8418-
YUV115.3123.8880-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=15.64%
G=49.19%
B=35.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481511080.6800.280.41154.9551.7639.02
Hex30976C4401C299b3427
Octal60227154104034512336447
Binary110000100101111101100100010001110010100110011011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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