Html Css Color HEX #30594C Spectra

📋 copy color: '#30594C'

red 48 ◦ green 89 ◦ blue 76

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

Shades of Spectra #30594C

Tints of Spectra #30594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 22.54%
G = 41.78%
B = 35.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#30594C (or 0x30594C) is known color: Spectra. HEX triplet: 30, 59 and 4C. RGB value is (48,89,76). Sum of RGB (Red+Green+Blue) = 48+89+76=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #30594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30594C is #CFA6B3. Grayscale: #4B4B4B. Windows color (decimal): -13608628 or 5003568. OLE color: 5003568.

HSL color Cylindrical-coordinate representation of color #30594C: hue angle of 160.98º 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 #30594C is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 76 -
CMYK 0.46 0 0.15 0.65
HSL 160.98º 0.3% 0.27% -
HSV(B) 160.98º 0.46% 0.35% -
XYZ 6.1 8.29 8.12 -
YUV 75.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 48 89 76 0.46 0 0.15 0.65 160.98 0.3 0.27
Hex 30 59 4C 2E 0 F 41 A1 1E 1B
Octal 60 131 114 56 0 17 101 241 36 33
Binary 110000 1011001 1001100 101110 0 1111 1000001 10100001 11110 11011

Color Harmonies of #30594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30594C

Black with #30594C

Text Example


Text Example

White with #30594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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