Html Css Color HEX #30574C Spectra

📋 copy color: '#30574C'

red 48 ◦ green 87 ◦ blue 76

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

Shades of Spectra #30574C

Tints of Spectra #30574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.23%

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

R = 22.75%
G = 41.23%
B = 36.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#30574C (or 0x30574C) is known color: Spectra. HEX triplet: 30, 57 and 4C. RGB value is (48,87,76). Sum of RGB (Red+Green+Blue) = 48+87+76=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #30574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30574C is #CFA8B3. Grayscale: #4A4A4A. Windows color (decimal): -13609140 or 5003056. OLE color: 5003056.

HSL color Cylindrical-coordinate representation of color #30574C: hue angle of 163.08º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30574C is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 87 76 -
CMYK 0.45 0 0.13 0.66
HSL 163.08º 0.29% 0.26% -
HSV(B) 163.08º 0.45% 0.34% -
XYZ 5.93 7.97 8.06 -
YUV 74.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 48 87 76 0.45 0 0.13 0.66 163.08 0.29 0.26
Hex 30 57 4C 2D 0 D 42 A3 1D 1A
Octal 60 127 114 55 0 15 102 243 35 32
Binary 110000 1010111 1001100 101101 0 1101 1000010 10100011 11101 11010

Color Harmonies of #30574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30574C

Black with #30574C

Text Example


Text Example

White with #30574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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