Html Css Color HEX #306F4A Amazon

📋 copy color: '#306F4A'

red 48 ◦ green 111 ◦ blue 74

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

Shades of Amazon #306F4A

Tints of Amazon #306F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.64%

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 20.6%
G = 47.64%
B = 31.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#306F4A (or 0x306F4A) is known color: Amazon. HEX triplet: 30, 6F and 4A. RGB value is (48,111,74). Sum of RGB (Red+Green+Blue) = 48+111+74=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #306F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F4A is #CF90B5. Grayscale: #585858. Windows color (decimal): -13602998 or 4878128. OLE color: 4878128.

HSL color Cylindrical-coordinate representation of color #306F4A: hue angle of 144.76º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F4A is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 74 -
CMYK 0.57 0 0.33 0.56
HSL 144.76º 0.4% 0.31% -
HSV(B) 144.76º 0.57% 0.44% -
XYZ 8.14 12.49 8.46 -
YUV 87.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 48 111 74 0.57 0 0.33 0.56 144.76 0.4 0.31
Hex 30 6F 4A 39 0 21 38 91 28 1F
Octal 60 157 112 71 0 41 70 221 50 37
Binary 110000 1101111 1001010 111001 0 100001 111000 10010001 101000 11111

Color Harmonies of #306F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F4A

Black with #306F4A

Text Example


Text Example

White with #306F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306F4A; }

 p { color: rgb(48,111,74); }

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

background-color css

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

 a { background-color: rgb(48,111,74); }

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

border-color css

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

 span { border-color: rgb(48,111,74); }

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