Html Css Color HEX #30594A Spectra

📋 copy color: '#30594A'

red 48 ◦ green 89 ◦ blue 74

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

Shades of Spectra #30594A

Tints of Spectra #30594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 22.75%
G = 42.18%
B = 35.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#30594A (or 0x30594A) is known color: Spectra. HEX triplet: 30, 59 and 4A. RGB value is (48,89,74). Sum of RGB (Red+Green+Blue) = 48+89+74=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #30594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30594A is #CFA6B5. Grayscale: #4B4B4B. Windows color (decimal): -13608630 or 4872496. OLE color: 4872496.

HSL color Cylindrical-coordinate representation of color #30594A: hue angle of 158.05º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30594A is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 74 -
CMYK 0.46 0 0.17 0.65
HSL 158.05º 0.3% 0.27% -
HSV(B) 158.05º 0.46% 0.35% -
XYZ 6.03 8.27 7.76 -
YUV 75.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 48 89 74 0.46 0 0.17 0.65 158.05 0.3 0.27
Hex 30 59 4A 2E 0 11 41 9E 1E 1B
Octal 60 131 112 56 0 21 101 236 36 33
Binary 110000 1011001 1001010 101110 0 10001 1000001 10011110 11110 11011

Color Harmonies of #30594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30594A

Black with #30594A

Text Example


Text Example

White with #30594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30594A;
 }
 .AnyTagClassName
 {
   color: #30594A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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