Html Css Color HEX #307155 Amazon

📋 copy color: '#307155'

red 48 ◦ green 113 ◦ blue 85

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

Shades of Amazon #307155

Tints of Amazon #307155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 19.51%
G = 45.93%
B = 34.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#307155 (or 0x307155) is known color: Amazon. HEX triplet: 30, 71 and 55. RGB value is (48,113,85). Sum of RGB (Red+Green+Blue) = 48+113+85=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #307155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307155 is #CF8EAA. Grayscale: #5A5A5A. Windows color (decimal): -13602475 or 5599536. OLE color: 5599536.

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

Color convert

RGB 48 113 85 -
CMYK 0.58 0 0.25 0.56
HSL 154.15º 0.4% 0.32% -
HSV(B) 154.15º 0.58% 0.44% -
XYZ 8.76 13.09 10.66 -
YUV 90.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 48 113 85 0.58 0 0.25 0.56 154.15 0.4 0.32
Hex 30 71 55 3A 0 19 38 9A 28 20
Octal 60 161 125 72 0 31 70 232 50 40
Binary 110000 1110001 1010101 111010 0 11001 111000 10011010 101000 100000

Color Harmonies of #307155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307155

Black with #307155

Text Example


Text Example

White with #307155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307155; }

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

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

background-color css

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

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

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

border-color css

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

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

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