Html Css Color HEX #308247 Amazon

📋 copy color: '#308247'

red 48 ◦ green 130 ◦ blue 71

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

Shades of Amazon #308247

Tints of Amazon #308247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 19.28%
G = 52.21%
B = 28.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#308247 (or 0x308247) is known color: Amazon. HEX triplet: 30, 82 and 47. RGB value is (48,130,71). Sum of RGB (Red+Green+Blue) = 48+130+71=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #308247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308247 is #CF7DB8. Grayscale: #626262. Windows color (decimal): -13598137 or 4686384. OLE color: 4686384.

HSL color Cylindrical-coordinate representation of color #308247: hue angle of 136.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308247 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 71 -
CMYK 0.63 0 0.45 0.49
HSL 136.83º 0.46% 0.35% -
HSV(B) 136.83º 0.63% 0.51% -
XYZ 10.34 17.05 8.71 -
YUV 98.76 112.33 91.8 -
System Red Green Blue C M Y K H S L
Decimal 48 130 71 0.63 0 0.45 0.49 136.83 0.46 0.35
Hex 30 82 47 3F 0 2D 31 89 2E 23
Octal 60 202 107 77 0 55 61 211 56 43
Binary 110000 10000010 1000111 111111 0 101101 110001 10001001 101110 100011

Color Harmonies of #308247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308247

Black with #308247

Text Example


Text Example

White with #308247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308247; }

 p { color: rgb(48,130,71); }

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

background-color css

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

 a { background-color: rgb(48,130,71); }

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

border-color css

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

 span { border-color: rgb(48,130,71); }

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