Html Css Color HEX #307849 Amazon

📋 copy color: '#307849'

red 48 ◦ green 120 ◦ blue 73

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

Shades of Amazon #307849

Tints of Amazon #307849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.79%

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 19.92%
G = 49.79%
B = 30.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#307849 (or 0x307849) is known color: Amazon. HEX triplet: 30, 78 and 49. RGB value is (48,120,73). Sum of RGB (Red+Green+Blue) = 48+120+73=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #307849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307849 is #CF87B6. Grayscale: #5D5D5D. Windows color (decimal): -13600695 or 4814896. OLE color: 4814896.

HSL color Cylindrical-coordinate representation of color #307849: hue angle of 140.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307849 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 73 -
CMYK 0.60 0 0.39 0.53
HSL 140.83º 0.43% 0.33% -
HSV(B) 140.83º 0.6% 0.47% -
XYZ 9.14 14.54 8.63 -
YUV 93.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 48 120 73 0.60 0 0.39 0.53 140.83 0.43 0.33
Hex 30 78 49 3C 0 27 35 8D 2B 21
Octal 60 170 111 74 0 47 65 215 53 41
Binary 110000 1111000 1001001 111100 0 100111 110101 10001101 101011 100001

Color Harmonies of #307849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307849

Black with #307849

Text Example


Text Example

White with #307849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307849; }

 p { color: rgb(48,120,73); }

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

background-color css

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

 a { background-color: rgb(48,120,73); }

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

border-color css

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

 span { border-color: rgb(48,120,73); }

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