#30975C

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

Shades of Eucalyptus #30975C

Tints of Eucalyptus #30975C

Color information

#30975C (or 0x30975C) is unknown color: approx Eucalyptus. HEX triplet: 30, 97 and 5C. RGB value is (48,151,92). Sum of RGB (Red+Green+Blue) = 48+151+92=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #30975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30975C is #CF68A3. Grayscale: #717171. Windows color (decimal): -13592740 or 6068016. OLE color: 6068016.

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

Color convert

RGB4815192-
CMYK0.6800.390.41
HSL145.63º51.76%39.02%-
HSV(B)145.63º68.21%59.22%-
XYZ14.2223.5313.92-
YUV113.48115.8881.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 151 (59.38% from 255) = 51.89%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=16.49%
G=51.89%
B=31.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48151920.6800.390.41145.6351.7639.02
Hex30975C4402729923427
Octal60227134104047512226447
Binary1100001001011110111001000100010011110100110010010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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