#306C4F

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

Shades of Spectra #306C4F

Tints of Spectra #306C4F

Color information

#306C4F (or 0x306C4F) is unknown color: approx Spectra. HEX triplet: 30, 6C and 4F. RGB value is (48,108,79). Sum of RGB (Red+Green+Blue) = 48+108+79=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #306C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C4F is #CF93B0. Grayscale: #565656. Windows color (decimal): -13603761 or 5205040. OLE color: 5205040.

HSL color Cylindrical-coordinate representation of color #306C4F: hue angle of 151º 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 #306C4F is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB4810879-
CMYK0.5600.270.58
HSL151º38.46%30.59%-
HSV(B)151º55.56%42.35%-
XYZ7.9911.929.28-
YUV86.75123.62100.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 108 (42.58% from 255) = 45.96%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=20.43%
G=45.96%
B=33.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48108790.5600.270.5815138.4630.59
Hex306C4F3801B3A97261f
Octal6015411770033722274637
Binary110000110110010011111110000110111110101001011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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