Html Css Color HEX #30584B Spectra

📋 copy color: '#30584B'

red 48 ◦ green 88 ◦ blue 75

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

Shades of Spectra #30584B

Tints of Spectra #30584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 22.75%
G = 41.71%
B = 35.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#30584B (or 0x30584B) is known color: Spectra. HEX triplet: 30, 58 and 4B. RGB value is (48,88,75). Sum of RGB (Red+Green+Blue) = 48+88+75=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #30584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30584B is #CFA7B4. Grayscale: #4A4A4A. Windows color (decimal): -13608885 or 4937776. OLE color: 4937776.

HSL color Cylindrical-coordinate representation of color #30584B: hue angle of 160.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 #30584B is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 75 -
CMYK 0.45 0 0.15 0.65
HSL 160.5º 0.29% 0.27% -
HSV(B) 160.5º 0.45% 0.35% -
XYZ 5.98 8.12 7.91 -
YUV 74.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 48 88 75 0.45 0 0.15 0.65 160.5 0.29 0.27
Hex 30 58 4B 2D 0 F 41 A0 1D 1B
Octal 60 130 113 55 0 17 101 240 35 33
Binary 110000 1011000 1001011 101101 0 1111 1000001 10100000 11101 11011

Color Harmonies of #30584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30584B

Black with #30584B

Text Example


Text Example

White with #30584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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