Html Css Color HEX #30584D Spectra

📋 copy color: '#30584D'

red 48 ◦ green 88 ◦ blue 77

#30584D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #30584D

Tints of Spectra #30584D

RGB

 RED value IS 48 (19.14% from 255) = 22.54%

 GREEN value IS 88 (34.77% from 255) = 41.31%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 22.54%
G = 41.31%
B = 36.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#30584D (or 0x30584D) is known color: Spectra. HEX triplet: 30, 58 and 4D. RGB value is (48,88,77). Sum of RGB (Red+Green+Blue) = 48+88+77=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #30584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30584D is #CFA7B2. Grayscale: #4A4A4A. Windows color (decimal): -13608883 or 5068848. OLE color: 5068848.

HSL color Cylindrical-coordinate representation of color #30584D: hue angle of 163.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30584D is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 77 -
CMYK 0.45 0 0.12 0.65
HSL 163.5º 0.29% 0.27% -
HSV(B) 163.5º 0.45% 0.35% -
XYZ 6.05 8.14 8.27 -
YUV 74.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 48 88 77 0.45 0 0.12 0.65 163.5 0.29 0.27
Hex 30 58 4D 2D 0 C 41 A4 1D 1B
Octal 60 130 115 55 0 14 101 244 35 33
Binary 110000 1011000 1001101 101101 0 1100 1000001 10100100 11101 11011

Color Harmonies of #30584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30584D

Black with #30584D

Text Example


Text Example

White with #30584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30584D;
 }
 .AnyTagClassName
 {
   color: #30584D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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