#306D51

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

Shades of Spectra #306D51

Tints of Spectra #306D51

Color information

#306D51 (or 0x306D51) is unknown color: approx Spectra. HEX triplet: 30, 6D and 51. RGB value is (48,109,81). Sum of RGB (Red+Green+Blue) = 48+109+81=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #306D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D51 is #CF92AE. Grayscale: #575757. Windows color (decimal): -13603503 or 5336368. OLE color: 5336368.

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

Color convert

RGB4810981-
CMYK0.5600.260.57
HSL152.46º38.85%30.78%-
HSV(B)152.46º55.96%42.75%-
XYZ8.1712.169.7-
YUV87.57124.2999.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 109 (42.97% from 255) = 45.80%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=20.17%
G=45.80%
B=34.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48109810.5600.260.57152.4638.8530.78
Hex306D513801A3998271f
Octal6015512170032712304737
Binary110000110110110100011110000110101110011001100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,109,81); }

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

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

 a { background-color: rgb(48,109,81); }

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

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

 span { border-color: rgb(48,109,81); }

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