Html Css Color HEX #307955 Amazon

📋 copy color: '#307955'

red 48 ◦ green 121 ◦ blue 85

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

Shades of Amazon #307955

Tints of Amazon #307955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.64%

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

R = 18.9%
G = 47.64%
B = 33.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#307955 (or 0x307955) is known color: Amazon. HEX triplet: 30, 79 and 55. RGB value is (48,121,85). Sum of RGB (Red+Green+Blue) = 48+121+85=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #307955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307955 is #CF86AA. Grayscale: #5F5F5F. Windows color (decimal): -13600427 or 5601584. OLE color: 5601584.

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

Color convert

RGB 48 121 85 -
CMYK 0.60 0 0.30 0.53
HSL 150.41º 0.43% 0.33% -
HSV(B) 150.41º 0.6% 0.47% -
XYZ 9.7 14.96 10.97 -
YUV 95.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 48 121 85 0.60 0 0.30 0.53 150.41 0.43 0.33
Hex 30 79 55 3C 0 1E 35 96 2B 21
Octal 60 171 125 74 0 36 65 226 53 41
Binary 110000 1111001 1010101 111100 0 11110 110101 10010110 101011 100001

Color Harmonies of #307955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307955

Black with #307955

Text Example


Text Example

White with #307955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307955; }

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

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

background-color css

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

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

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

border-color css

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

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

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