Html Css Color HEX #307055 Amazon

📋 copy color: '#307055'

red 48 ◦ green 112 ◦ blue 85

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

Shades of Amazon #307055

Tints of Amazon #307055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

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

R = 19.59%
G = 45.71%
B = 34.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#307055 (or 0x307055) is known color: Amazon. HEX triplet: 30, 70 and 55. RGB value is (48,112,85). Sum of RGB (Red+Green+Blue) = 48+112+85=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #307055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307055 is #CF8FAA. Grayscale: #595959. Windows color (decimal): -13602731 or 5599280. OLE color: 5599280.

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

Color convert

RGB 48 112 85 -
CMYK 0.57 0 0.24 0.56
HSL 154.69º 0.4% 0.31% -
HSV(B) 154.69º 0.57% 0.44% -
XYZ 8.65 12.87 10.62 -
YUV 89.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 48 112 85 0.57 0 0.24 0.56 154.69 0.4 0.31
Hex 30 70 55 39 0 18 38 9B 28 1F
Octal 60 160 125 71 0 30 70 233 50 37
Binary 110000 1110000 1010101 111001 0 11000 111000 10011011 101000 11111

Color Harmonies of #307055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307055

Black with #307055

Text Example


Text Example

White with #307055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307055; }

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

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

background-color css

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

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

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

border-color css

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

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

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