#306C50

Color #306C50 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #306C50

Tints of Spectra #306C50

Color information

#306C50 (or 0x306C50) is unknown color: approx Spectra. HEX triplet: 30, 6C and 50. RGB value is (48,108,80). Sum of RGB (Red+Green+Blue) = 48+108+80=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 108 - color contains mainly: green. Hex color #306C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C50 is #CF93AF. Grayscale: #565656. Windows color (decimal): -13603760 or 5270576. OLE color: 5270576.

HSL color Cylindrical-coordinate representation of color #306C50: hue angle of 152º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C50 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB4810880-
CMYK0.5600.260.58
HSL152º38.46%30.59%-
HSV(B)152º55.56%42.35%-
XYZ8.0311.939.47-
YUV86.87124.12100.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 108 (42.58% from 255) = 45.76%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=20.34%
G=45.76%
B=33.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48108800.5600.260.5815238.4630.59
Hex306C503801A3A98261f
Octal6015412070032722304637
Binary110000110110010100001110000110101110101001100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306C50; }

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

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

<style>
 a { background-color: #306C50; }

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

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

<style>
 span { border-color: #306C50; }

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

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