Html Css Color HEX #305949 Spectra

📋 copy color: '#305949'

red 48 ◦ green 89 ◦ blue 73

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

Shades of Spectra #305949

Tints of Spectra #305949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 22.86%
G = 42.38%
B = 34.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#305949 (or 0x305949) is known color: Spectra. HEX triplet: 30, 59 and 49. RGB value is (48,89,73). Sum of RGB (Red+Green+Blue) = 48+89+73=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #305949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305949 is #CFA6B6. Grayscale: #4A4A4A. Windows color (decimal): -13608631 or 4806960. OLE color: 4806960.

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

Color convert

RGB 48 89 73 -
CMYK 0.46 0 0.18 0.65
HSL 156.59º 0.3% 0.27% -
HSV(B) 156.59º 0.46% 0.35% -
XYZ 5.99 8.25 7.58 -
YUV 74.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 48 89 73 0.46 0 0.18 0.65 156.59 0.3 0.27
Hex 30 59 49 2E 0 12 41 9D 1E 1B
Octal 60 131 111 56 0 22 101 235 36 33
Binary 110000 1011001 1001001 101110 0 10010 1000001 10011101 11110 11011

Color Harmonies of #305949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305949

Black with #305949

Text Example


Text Example

White with #305949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305949; }

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

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

background-color css

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

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

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

border-color css

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

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

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