Html Css Color HEX #307954 Amazon

📋 copy color: '#307954'

red 48 ◦ green 121 ◦ blue 84

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

Shades of Amazon #307954

Tints of Amazon #307954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 18.97%
G = 47.83%
B = 33.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#307954 (or 0x307954) is known color: Amazon. HEX triplet: 30, 79 and 54. RGB value is (48,121,84). Sum of RGB (Red+Green+Blue) = 48+121+84=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #307954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307954 is #CF86AB. Grayscale: #5F5F5F. Windows color (decimal): -13600428 or 5536048. OLE color: 5536048.

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

Color convert

RGB 48 121 84 -
CMYK 0.60 0 0.31 0.53
HSL 149.59º 0.43% 0.33% -
HSV(B) 149.59º 0.6% 0.47% -
XYZ 9.66 14.94 10.76 -
YUV 94.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 48 121 84 0.60 0 0.31 0.53 149.59 0.43 0.33
Hex 30 79 54 3C 0 1F 35 96 2B 21
Octal 60 171 124 74 0 37 65 226 53 41
Binary 110000 1111001 1010100 111100 0 11111 110101 10010110 101011 100001

Color Harmonies of #307954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307954

Black with #307954

Text Example


Text Example

White with #307954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307954; }

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

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

background-color css

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

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

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

border-color css

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

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

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