Html Css Color HEX #306D4F Amazon

📋 copy color: '#306D4F'

red 48 ◦ green 109 ◦ blue 79

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

Shades of Amazon #306D4F

Tints of Amazon #306D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.19%

 BLUE value IS 79 (31.25% from 255) = 33.47%

R = 20.34%
G = 46.19%
B = 33.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#306D4F (or 0x306D4F) is known color: Amazon. HEX triplet: 30, 6D and 4F. RGB value is (48,109,79). Sum of RGB (Red+Green+Blue) = 48+109+79=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #306D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D4F is #CF92B0. Grayscale: #575757. Windows color (decimal): -13603505 or 5205296. OLE color: 5205296.

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

Color convert

RGB 48 109 79 -
CMYK 0.56 0 0.28 0.57
HSL 150.49º 0.39% 0.31% -
HSV(B) 150.49º 0.56% 0.43% -
XYZ 8.1 12.13 9.31 -
YUV 87.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 48 109 79 0.56 0 0.28 0.57 150.49 0.39 0.31
Hex 30 6D 4F 38 0 1C 39 96 27 1F
Octal 60 155 117 70 0 34 71 226 47 37
Binary 110000 1101101 1001111 111000 0 11100 111001 10010110 100111 11111

Color Harmonies of #306D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D4F

Black with #306D4F

Text Example


Text Example

White with #306D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,79); }

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

background-color css

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

 a { background-color: rgb(48,109,79); }

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

border-color css

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

 span { border-color: rgb(48,109,79); }

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