Html Css Color HEX #306E52 Amazon

📋 copy color: '#306E52'

red 48 ◦ green 110 ◦ blue 82

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

Shades of Amazon #306E52

Tints of Amazon #306E52

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.83%

 BLUE value IS 82 (32.42% from 255) = 34.17%

R = 20%
G = 45.83%
B = 34.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#306E52 (or 0x306E52) is known color: Amazon. HEX triplet: 30, 6E and 52. RGB value is (48,110,82). Sum of RGB (Red+Green+Blue) = 48+110+82=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #306E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E52 is #CF91AD. Grayscale: #585858. Windows color (decimal): -13603246 or 5402160. OLE color: 5402160.

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

Color convert

RGB 48 110 82 -
CMYK 0.56 0 0.25 0.57
HSL 152.9º 0.39% 0.31% -
HSV(B) 152.9º 0.56% 0.43% -
XYZ 8.32 12.39 9.94 -
YUV 88.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 48 110 82 0.56 0 0.25 0.57 152.9 0.39 0.31
Hex 30 6E 52 38 0 19 39 99 27 1F
Octal 60 156 122 70 0 31 71 231 47 37
Binary 110000 1101110 1010010 111000 0 11001 111001 10011001 100111 11111

Color Harmonies of #306E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E52

Black with #306E52

Text Example


Text Example

White with #306E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,110,82); }

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

background-color css

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

 a { background-color: rgb(48,110,82); }

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

border-color css

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

 span { border-color: rgb(48,110,82); }

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