Html Css Color HEX #305548 Spectra

📋 copy color: '#305548'

red 48 ◦ green 85 ◦ blue 72

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

Shades of Spectra #305548

Tints of Spectra #305548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 23.41%
G = 41.46%
B = 35.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#305548 (or 0x305548) is known color: Spectra. HEX triplet: 30, 55 and 48. RGB value is (48,85,72). Sum of RGB (Red+Green+Blue) = 48+85+72=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #305548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305548 is #CFAAB7. Grayscale: #484848. Windows color (decimal): -13609656 or 4740400. OLE color: 4740400.

HSL color Cylindrical-coordinate representation of color #305548: hue angle of 158.92º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #305548 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 72 -
CMYK 0.44 0 0.15 0.67
HSL 158.92º 0.28% 0.26% -
HSV(B) 158.92º 0.44% 0.33% -
XYZ 5.64 7.59 7.3 -
YUV 72.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 48 85 72 0.44 0 0.15 0.67 158.92 0.28 0.26
Hex 30 55 48 2C 0 F 43 9F 1C 1A
Octal 60 125 110 54 0 17 103 237 34 32
Binary 110000 1010101 1001000 101100 0 1111 1000011 10011111 11100 11010

Color Harmonies of #305548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305548

Black with #305548

Text Example


Text Example

White with #305548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305548; }

 p { color: rgb(48,85,72); }

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

background-color css

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

 a { background-color: rgb(48,85,72); }

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

border-color css

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

 span { border-color: rgb(48,85,72); }

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