#30544B

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

Shades of Spectra #30544B

Tints of Spectra #30544B

Color information

#30544B (or 0x30544B) is unknown color: approx Spectra. HEX triplet: 30, 54 and 4B. RGB value is (48,84,75). Sum of RGB (Red+Green+Blue) = 48+84+75=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #30544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30544B is #CFABB4. Grayscale: #484848. Windows color (decimal): -13609909 or 4936752. OLE color: 4936752.

HSL color Cylindrical-coordinate representation of color #30544B: hue angle of 165º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #30544B is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB488475-
CMYK0.4300.110.67
HSL165º27.27%25.88%-
HSV(B)165º42.86%32.94%-
XYZ5.667.487.8-
YUV72.21129.57110.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=23.19%
G=40.58%
B=36.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884750.4300.110.6716527.2725.88
Hex30544B2B0B43a51b1a
Octal60124113530131032453332
Binary11000010101001001011101011010111000011101001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30544B; }

 p { color: rgb(48,84,75); }

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

<style>
 a { background-color: #30544B; }

 a { background-color: rgb(48,84,75); }

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

<style>
 span { border-color: #30544B; }

 span { border-color: rgb(48,84,75); }

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