Html Css Color HEX #305948 Spectra

📋 copy color: '#305948'

red 48 ◦ green 89 ◦ blue 72

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

Shades of Spectra #305948

Tints of Spectra #305948

RGB

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

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

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

R = 22.97%
G = 42.58%
B = 34.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#305948 (or 0x305948) is known color: Spectra. HEX triplet: 30, 59 and 48. RGB value is (48,89,72). Sum of RGB (Red+Green+Blue) = 48+89+72=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #305948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305948 is #CFA6B7. Grayscale: #4A4A4A. Windows color (decimal): -13608632 or 4741424. OLE color: 4741424.

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

Color convert

RGB 48 89 72 -
CMYK 0.46 0 0.19 0.65
HSL 155.12º 0.3% 0.27% -
HSV(B) 155.12º 0.46% 0.35% -
XYZ 5.96 8.24 7.41 -
YUV 74.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 48 89 72 0.46 0 0.19 0.65 155.12 0.3 0.27
Hex 30 59 48 2E 0 13 41 9B 1E 1B
Octal 60 131 110 56 0 23 101 233 36 33
Binary 110000 1011001 1001000 101110 0 10011 1000001 10011011 11110 11011

Color Harmonies of #305948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305948

Black with #305948

Text Example


Text Example

White with #305948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305948; }

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

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

background-color css

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

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

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

border-color css

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

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

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