Html Css Color HEX #307946 Amazon

📋 copy color: '#307946'

red 48 ◦ green 121 ◦ blue 70

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

Shades of Amazon #307946

Tints of Amazon #307946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 20.08%
G = 50.63%
B = 29.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#307946 (or 0x307946) is known color: Amazon. HEX triplet: 30, 79 and 46. RGB value is (48,121,70). Sum of RGB (Red+Green+Blue) = 48+121+70=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #307946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307946 is #CF86B9. Grayscale: #5D5D5D. Windows color (decimal): -13600442 or 4618544. OLE color: 4618544.

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

Color convert

RGB 48 121 70 -
CMYK 0.60 0 0.42 0.53
HSL 138.08º 0.43% 0.33% -
HSV(B) 138.08º 0.6% 0.47% -
XYZ 9.16 14.75 8.16 -
YUV 93.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 48 121 70 0.60 0 0.42 0.53 138.08 0.43 0.33
Hex 30 79 46 3C 0 2A 35 8A 2B 21
Octal 60 171 106 74 0 52 65 212 53 41
Binary 110000 1111001 1000110 111100 0 101010 110101 10001010 101011 100001

Color Harmonies of #307946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307946

Black with #307946

Text Example


Text Example

White with #307946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307946; }

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

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

background-color css

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

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

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

border-color css

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

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

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