Html Css Color HEX #305847 Spectra

📋 copy color: '#305847'

red 48 ◦ green 88 ◦ blue 71

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

Shades of Spectra #305847

Tints of Spectra #305847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 23.19%
G = 42.51%
B = 34.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#305847 (or 0x305847) is known color: Spectra. HEX triplet: 30, 58 and 47. RGB value is (48,88,71). Sum of RGB (Red+Green+Blue) = 48+88+71=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #305847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305847 is #CFA7B8. Grayscale: #4A4A4A. Windows color (decimal): -13608889 or 4675632. OLE color: 4675632.

HSL color Cylindrical-coordinate representation of color #305847: hue angle of 154.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305847 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 71 -
CMYK 0.45 0 0.19 0.65
HSL 154.5º 0.29% 0.27% -
HSV(B) 154.5º 0.45% 0.35% -
XYZ 5.85 8.06 7.21 -
YUV 74.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 48 88 71 0.45 0 0.19 0.65 154.5 0.29 0.27
Hex 30 58 47 2D 0 13 41 9A 1D 1B
Octal 60 130 107 55 0 23 101 232 35 33
Binary 110000 1011000 1000111 101101 0 10011 1000001 10011010 11101 11011

Color Harmonies of #305847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305847

Black with #305847

Text Example


Text Example

White with #305847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305847; }

 p { color: rgb(48,88,71); }

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

background-color css

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

 a { background-color: rgb(48,88,71); }

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

border-color css

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

 span { border-color: rgb(48,88,71); }

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