Html Css Color HEX #307053 Amazon

📋 copy color: '#307053'

red 48 ◦ green 112 ◦ blue 83

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

Shades of Amazon #307053

Tints of Amazon #307053

RGB

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

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

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

R = 19.75%
G = 46.09%
B = 34.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#307053 (or 0x307053) is known color: Amazon. HEX triplet: 30, 70 and 53. RGB value is (48,112,83). Sum of RGB (Red+Green+Blue) = 48+112+83=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #307053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307053 is #CF8FAC. Grayscale: #595959. Windows color (decimal): -13602733 or 5468208. OLE color: 5468208.

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

Color convert

RGB 48 112 83 -
CMYK 0.57 0 0.26 0.56
HSL 152.81º 0.4% 0.31% -
HSV(B) 152.81º 0.57% 0.44% -
XYZ 8.57 12.84 10.21 -
YUV 89.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 48 112 83 0.57 0 0.26 0.56 152.81 0.4 0.31
Hex 30 70 53 39 0 1A 38 99 28 1F
Octal 60 160 123 71 0 32 70 231 50 37
Binary 110000 1110000 1010011 111001 0 11010 111000 10011001 101000 11111

Color Harmonies of #307053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307053

Black with #307053

Text Example


Text Example

White with #307053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307053; }

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

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

background-color css

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

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

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

border-color css

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

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

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