Html Css Color HEX #307855 Amazon

📋 copy color: '#307855'

red 48 ◦ green 120 ◦ blue 85

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

Shades of Amazon #307855

Tints of Amazon #307855

RGB

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

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

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

R = 18.97%
G = 47.43%
B = 33.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#307855 (or 0x307855) is known color: Amazon. HEX triplet: 30, 78 and 55. RGB value is (48,120,85). Sum of RGB (Red+Green+Blue) = 48+120+85=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #307855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307855 is #CF87AA. Grayscale: #5E5E5E. Windows color (decimal): -13600683 or 5601328. OLE color: 5601328.

HSL color Cylindrical-coordinate representation of color #307855: hue angle of 150.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 #307855 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 85 -
CMYK 0.60 0 0.29 0.53
HSL 150.83º 0.43% 0.33% -
HSV(B) 150.83º 0.6% 0.47% -
XYZ 9.58 14.72 10.93 -
YUV 94.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 48 120 85 0.60 0 0.29 0.53 150.83 0.43 0.33
Hex 30 78 55 3C 0 1D 35 97 2B 21
Octal 60 170 125 74 0 35 65 227 53 41
Binary 110000 1111000 1010101 111100 0 11101 110101 10010111 101011 100001

Color Harmonies of #307855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307855

Black with #307855

Text Example


Text Example

White with #307855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307855; }

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

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

background-color css

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

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

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

border-color css

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

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

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