Html Css Color HEX #305A48 Spectra

📋 copy color: '#305A48'

red 48 ◦ green 90 ◦ blue 72

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

Shades of Spectra #305A48

Tints of Spectra #305A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.86%

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

R = 22.86%
G = 42.86%
B = 34.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#305A48 (or 0x305A48) is known color: Spectra. HEX triplet: 30, 5A and 48. RGB value is (48,90,72). Sum of RGB (Red+Green+Blue) = 48+90+72=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #305A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A48 is #CFA5B7. Grayscale: #4B4B4B. Windows color (decimal): -13608376 or 4741680. OLE color: 4741680.

HSL color Cylindrical-coordinate representation of color #305A48: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A48 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 72 -
CMYK 0.47 0 0.20 0.65
HSL 154.29º 0.3% 0.27% -
HSV(B) 154.29º 0.47% 0.35% -
XYZ 6.04 8.41 7.44 -
YUV 75.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 48 90 72 0.47 0 0.20 0.65 154.29 0.3 0.27
Hex 30 5A 48 2F 0 14 41 9A 1E 1B
Octal 60 132 110 57 0 24 101 232 36 33
Binary 110000 1011010 1001000 101111 0 10100 1000001 10011010 11110 11011

Color Harmonies of #305A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A48

Black with #305A48

Text Example


Text Example

White with #305A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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