#30554A

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

Shades of Spectra #30554A

Tints of Spectra #30554A

Color information

#30554A (or 0x30554A) is unknown color: approx Spectra. HEX triplet: 30, 55 and 4A. RGB value is (48,85,74). Sum of RGB (Red+Green+Blue) = 48+85+74=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #30554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30554A is #CFAAB5. Grayscale: #484848. Windows color (decimal): -13609654 or 4871472. OLE color: 4871472.

HSL color Cylindrical-coordinate representation of color #30554A: hue angle of 162.16º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30554A is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB488574-
CMYK0.4400.130.67
HSL162.16º27.82%26.08%-
HSV(B)162.16º43.53%33.33%-
XYZ5.77.627.65-
YUV72.68128.74110.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=23.19%
G=41.06%
B=35.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885740.4400.130.67162.1627.8226.08
Hex30554A2C0D43a21c1a
Octal60125112540151032423432
Binary11000010101011001010101100011011000011101000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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