Html Css Color HEX #306F53 Amazon

📋 copy color: '#306F53'

red 48 ◦ green 111 ◦ blue 83

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

Shades of Amazon #306F53

Tints of Amazon #306F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 19.83%
G = 45.87%
B = 34.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#306F53 (or 0x306F53) is known color: Amazon. HEX triplet: 30, 6F and 53. RGB value is (48,111,83). Sum of RGB (Red+Green+Blue) = 48+111+83=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #306F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F53 is #CF90AC. Grayscale: #595959. Windows color (decimal): -13602989 or 5467952. OLE color: 5467952.

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

Color convert

RGB 48 111 83 -
CMYK 0.57 0 0.25 0.56
HSL 153.33º 0.4% 0.31% -
HSV(B) 153.33º 0.57% 0.44% -
XYZ 8.46 12.62 10.17 -
YUV 88.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 48 111 83 0.57 0 0.25 0.56 153.33 0.4 0.31
Hex 30 6F 53 39 0 19 38 99 28 1F
Octal 60 157 123 71 0 31 70 231 50 37
Binary 110000 1101111 1010011 111001 0 11001 111000 10011001 101000 11111

Color Harmonies of #306F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F53

Black with #306F53

Text Example


Text Example

White with #306F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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