Html Css Color HEX #306F49 Amazon

📋 copy color: '#306F49'

red 48 ◦ green 111 ◦ blue 73

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

Shades of Amazon #306F49

Tints of Amazon #306F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 20.69%
G = 47.84%
B = 31.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#306F49 (or 0x306F49) is known color: Amazon. HEX triplet: 30, 6F and 49. RGB value is (48,111,73). Sum of RGB (Red+Green+Blue) = 48+111+73=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #306F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F49 is #CF90B6. Grayscale: #575757. Windows color (decimal): -13602999 or 4812592. OLE color: 4812592.

HSL color Cylindrical-coordinate representation of color #306F49: hue angle of 143.81º 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 #306F49 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 73 -
CMYK 0.57 0 0.34 0.56
HSL 143.81º 0.4% 0.31% -
HSV(B) 143.81º 0.57% 0.44% -
XYZ 8.11 12.48 8.28 -
YUV 87.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 48 111 73 0.57 0 0.34 0.56 143.81 0.4 0.31
Hex 30 6F 49 39 0 22 38 90 28 1F
Octal 60 157 111 71 0 42 70 220 50 37
Binary 110000 1101111 1001001 111001 0 100010 111000 10010000 101000 11111

Color Harmonies of #306F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F49

Black with #306F49

Text Example


Text Example

White with #306F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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