#305A4F

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

Shades of Spectra #305A4F

Tints of Spectra #305A4F

Color information

#305A4F (or 0x305A4F) is unknown color: approx Spectra. HEX triplet: 30, 5A and 4F. RGB value is (48,90,79). Sum of RGB (Red+Green+Blue) = 48+90+79=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #305A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A4F is #CFA5B0. Grayscale: #4C4C4C. Windows color (decimal): -13608369 or 5200432. OLE color: 5200432.

HSL color Cylindrical-coordinate representation of color #305A4F: hue angle of 164.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A4F is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB489079-
CMYK0.4700.120.65
HSL164.29º30.43%27.06%-
HSV(B)164.29º46.67%35.29%-
XYZ6.298.518.71-
YUV76.19129.59107.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=22.12%
G=41.47%
B=36.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4890790.4700.120.65164.2930.4327.06
Hex305A4F2F0C41a41e1b
Octal60132117570141012443633
Binary11000010110101001111101111011001000001101001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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