Html Css Color HEX #307156 Amazon

📋 copy color: '#307156'

red 48 ◦ green 113 ◦ blue 86

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

Shades of Amazon #307156

Tints of Amazon #307156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.75%

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 19.43%
G = 45.75%
B = 34.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#307156 (or 0x307156) is known color: Amazon. HEX triplet: 30, 71 and 56. RGB value is (48,113,86). Sum of RGB (Red+Green+Blue) = 48+113+86=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #307156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307156 is #CF8EA9. Grayscale: #5A5A5A. Windows color (decimal): -13602474 or 5665072. OLE color: 5665072.

HSL color Cylindrical-coordinate representation of color #307156: hue angle of 155.08º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307156 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 86 -
CMYK 0.58 0 0.24 0.56
HSL 155.08º 0.4% 0.32% -
HSV(B) 155.08º 0.58% 0.44% -
XYZ 8.8 13.11 10.87 -
YUV 90.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 48 113 86 0.58 0 0.24 0.56 155.08 0.4 0.32
Hex 30 71 56 3A 0 18 38 9B 28 20
Octal 60 161 126 72 0 30 70 233 50 40
Binary 110000 1110001 1010110 111010 0 11000 111000 10011011 101000 100000

Color Harmonies of #307156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307156

Black with #307156

Text Example


Text Example

White with #307156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307156; }

 p { color: rgb(48,113,86); }

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

background-color css

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

 a { background-color: rgb(48,113,86); }

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

border-color css

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

 span { border-color: rgb(48,113,86); }

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