Html Css Color HEX #306550 Spectra

📋 copy color: '#306550'

red 48 ◦ green 101 ◦ blue 80

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

Shades of Spectra #306550

Tints of Spectra #306550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 20.96%
G = 44.1%
B = 34.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#306550 (or 0x306550) is known color: Spectra. HEX triplet: 30, 65 and 50. RGB value is (48,101,80). Sum of RGB (Red+Green+Blue) = 48+101+80=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #306550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306550 is #CF9AAF. Grayscale: #525252. Windows color (decimal): -13605552 or 5268784. OLE color: 5268784.

HSL color Cylindrical-coordinate representation of color #306550: hue angle of 156.23º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306550 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 80 -
CMYK 0.52 0 0.21 0.60
HSL 156.23º 0.36% 0.29% -
HSV(B) 156.23º 0.52% 0.4% -
XYZ 7.32 10.51 9.23 -
YUV 82.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 48 101 80 0.52 0 0.21 0.60 156.23 0.36 0.29
Hex 30 65 50 34 0 15 3C 9C 24 1D
Octal 60 145 120 64 0 25 74 234 44 35
Binary 110000 1100101 1010000 110100 0 10101 111100 10011100 100100 11101

Color Harmonies of #306550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306550

Black with #306550

Text Example


Text Example

White with #306550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306550; }

 p { color: rgb(48,101,80); }

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

background-color css

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

 a { background-color: rgb(48,101,80); }

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

border-color css

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

 span { border-color: rgb(48,101,80); }

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