#30624D

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

Shades of Spectra #30624D

Tints of Spectra #30624D

Color information

#30624D (or 0x30624D) is unknown color: approx Spectra. HEX triplet: 30, 62 and 4D. RGB value is (48,98,77). Sum of RGB (Red+Green+Blue) = 48+98+77=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #30624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30624D is #CF9DB2. Grayscale: #505050. Windows color (decimal): -13606323 or 5071408. OLE color: 5071408.

HSL color Cylindrical-coordinate representation of color #30624D: hue angle of 154.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30624D is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB489877-
CMYK0.5100.210.62
HSL154.8º34.25%28.63%-
HSV(B)154.8º51.02%38.43%-
XYZ6.939.98.57-
YUV80.66125.94104.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=21.52%
G=43.95%
B=34.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898770.5100.210.62154.834.2528.63
Hex30624D330153E9b221d
Octal6014211563025762334235
Binary110000110001010011011100110101011111101001101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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