#30604A

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

Shades of Spectra #30604A

Tints of Spectra #30604A

Color information

#30604A (or 0x30604A) is unknown color: approx Spectra. HEX triplet: 30, 60 and 4A. RGB value is (48,96,74). Sum of RGB (Red+Green+Blue) = 48+96+74=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #30604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30604A is #CF9FB5. Grayscale: #4F4F4F. Windows color (decimal): -13606838 or 4874288. OLE color: 4874288.

HSL color Cylindrical-coordinate representation of color #30604A: hue angle of 152.5º 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 #30604A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB489674-
CMYK0.5000.230.62
HSL152.5º33.33%28.24%-
HSV(B)152.5º50%37.65%-
XYZ6.649.497.96-
YUV79.14125.1105.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=22.02%
G=44.04%
B=33.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896740.5000.230.62152.533.3328.24
Hex30604A320173E98211c
Octal6014011262027762304134
Binary110000110000010010101100100101111111101001100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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