#305B4F

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

Shades of Spectra #305B4F

Tints of Spectra #305B4F

Color information

#305B4F (or 0x305B4F) is unknown color: approx Spectra. HEX triplet: 30, 5B and 4F. RGB value is (48,91,79). Sum of RGB (Red+Green+Blue) = 48+91+79=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #305B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B4F is #CFA4B0. Grayscale: #4C4C4C. Windows color (decimal): -13608113 or 5200688. OLE color: 5200688.

HSL color Cylindrical-coordinate representation of color #305B4F: hue angle of 163.26º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305B4F is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB489179-
CMYK0.4700.130.64
HSL163.26º30.94%27.25%-
HSV(B)163.26º47.25%35.69%-
XYZ6.378.688.74-
YUV76.77129.25107.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=22.02%
G=41.74%
B=36.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4891790.4700.130.64163.2630.9427.25
Hex305B4F2F0D40a31f1b
Octal60133117570151002433733
Binary11000010110111001111101111011011000000101000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305B4F; }

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

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

<style>
 a { background-color: #305B4F; }

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

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

<style>
 span { border-color: #305B4F; }

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

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