Html Css Color HEX #308347 Amazon

📋 copy color: '#308347'

red 48 ◦ green 131 ◦ blue 71

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

Shades of Amazon #308347

Tints of Amazon #308347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

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

R = 19.2%
G = 52.4%
B = 28.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#308347 (or 0x308347) is known color: Amazon. HEX triplet: 30, 83 and 47. RGB value is (48,131,71). Sum of RGB (Red+Green+Blue) = 48+131+71=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #308347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308347 is #CF7CB8. Grayscale: #636363. Windows color (decimal): -13597881 or 4686640. OLE color: 4686640.

HSL color Cylindrical-coordinate representation of color #308347: hue angle of 136.63º 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 #308347 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 71 -
CMYK 0.63 0 0.46 0.49
HSL 136.63º 0.46% 0.35% -
HSV(B) 136.63º 0.63% 0.51% -
XYZ 10.47 17.32 8.75 -
YUV 99.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 48 131 71 0.63 0 0.46 0.49 136.63 0.46 0.35
Hex 30 83 47 3F 0 2E 31 89 2E 23
Octal 60 203 107 77 0 56 61 211 56 43
Binary 110000 10000011 1000111 111111 0 101110 110001 10001001 101110 100011

Color Harmonies of #308347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308347

Black with #308347

Text Example


Text Example

White with #308347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308347; }

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

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

background-color css

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

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

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

border-color css

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

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

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