Html Css Color HEX #30574B Spectra

📋 copy color: '#30574B'

red 48 ◦ green 87 ◦ blue 75

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

Shades of Spectra #30574B

Tints of Spectra #30574B

RGB

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

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

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

R = 22.86%
G = 41.43%
B = 35.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#30574B (or 0x30574B) is known color: Spectra. HEX triplet: 30, 57 and 4B. RGB value is (48,87,75). Sum of RGB (Red+Green+Blue) = 48+87+75=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #30574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30574B is #CFA8B4. Grayscale: #494949. Windows color (decimal): -13609141 or 4937520. OLE color: 4937520.

HSL color Cylindrical-coordinate representation of color #30574B: hue angle of 161.54º 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 #30574B is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 87 75 -
CMYK 0.45 0 0.14 0.66
HSL 161.54º 0.29% 0.26% -
HSV(B) 161.54º 0.45% 0.34% -
XYZ 5.9 7.95 7.88 -
YUV 73.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 48 87 75 0.45 0 0.14 0.66 161.54 0.29 0.26
Hex 30 57 4B 2D 0 E 42 A2 1D 1A
Octal 60 127 113 55 0 16 102 242 35 32
Binary 110000 1010111 1001011 101101 0 1110 1000010 10100010 11101 11010

Color Harmonies of #30574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30574B

Black with #30574B

Text Example


Text Example

White with #30574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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