#306D56

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

Shades of Spectra #306D56

Tints of Spectra #306D56

Color information

#306D56 (or 0x306D56) is unknown color: approx Spectra. HEX triplet: 30, 6D and 56. RGB value is (48,109,86). Sum of RGB (Red+Green+Blue) = 48+109+86=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #306D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D56 is #CF92A9. Grayscale: #585858. Windows color (decimal): -13603498 or 5664048. OLE color: 5664048.

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

Color convert

RGB4810986-
CMYK0.5600.210.57
HSL157.38º38.85%30.78%-
HSV(B)157.38º55.96%42.75%-
XYZ8.3712.2410.73-
YUV88.14126.7999.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=19.75%
G=44.86%
B=35.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48109860.5600.210.57157.3838.8530.78
Hex306D5638015399d271f
Octal6015512670025712354737
Binary110000110110110101101110000101011110011001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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