#30604D

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

Shades of Spectra #30604D

Tints of Spectra #30604D

Color information

#30604D (or 0x30604D) is unknown color: approx Spectra. HEX triplet: 30, 60 and 4D. RGB value is (48,96,77). Sum of RGB (Red+Green+Blue) = 48+96+77=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #30604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30604D is #CF9FB2. Grayscale: #4F4F4F. Windows color (decimal): -13606835 or 5070896. OLE color: 5070896.

HSL color Cylindrical-coordinate representation of color #30604D: hue angle of 156.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30604D is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB489677-
CMYK0.5000.200.62
HSL156.25º33.33%28.24%-
HSV(B)156.25º50%37.65%-
XYZ6.749.538.51-
YUV79.48126.6105.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=21.72%
G=43.44%
B=34.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896770.5000.200.62156.2533.3328.24
Hex30604D320143E9c211c
Octal6014011562024762344134
Binary110000110000010011011100100101001111101001110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30604D; }

 p { color: rgb(48,96,77); }

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

<style>
 a { background-color: #30604D; }

 a { background-color: rgb(48,96,77); }

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

<style>
 span { border-color: #30604D; }

 span { border-color: rgb(48,96,77); }

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