Html Css Color HEX #306F50 Amazon

📋 copy color: '#306F50'

red 48 ◦ green 111 ◦ blue 80

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

Shades of Amazon #306F50

Tints of Amazon #306F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.44%

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

R = 20.08%
G = 46.44%
B = 33.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#306F50 (or 0x306F50) is known color: Amazon. HEX triplet: 30, 6F and 50. RGB value is (48,111,80). Sum of RGB (Red+Green+Blue) = 48+111+80=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #306F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F50 is #CF90AF. Grayscale: #585858. Windows color (decimal): -13602992 or 5271344. OLE color: 5271344.

HSL color Cylindrical-coordinate representation of color #306F50: hue angle of 150.48º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F50 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 80 -
CMYK 0.57 0 0.28 0.56
HSL 150.48º 0.4% 0.31% -
HSV(B) 150.48º 0.57% 0.44% -
XYZ 8.35 12.58 9.58 -
YUV 88.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 48 111 80 0.57 0 0.28 0.56 150.48 0.4 0.31
Hex 30 6F 50 39 0 1C 38 96 28 1F
Octal 60 157 120 71 0 34 70 226 50 37
Binary 110000 1101111 1010000 111001 0 11100 111000 10010110 101000 11111

Color Harmonies of #306F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F50

Black with #306F50

Text Example


Text Example

White with #306F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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