Html Css Color HEX #308349 Amazon

📋 copy color: '#308349'

red 48 ◦ green 131 ◦ blue 73

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

Shades of Amazon #308349

Tints of Amazon #308349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 19.05%
G = 51.98%
B = 28.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#308349 (or 0x308349) is known color: Amazon. HEX triplet: 30, 83 and 49. RGB value is (48,131,73). Sum of RGB (Red+Green+Blue) = 48+131+73=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #308349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308349 is #CF7CB6. Grayscale: #636363. Windows color (decimal): -13597879 or 4817712. OLE color: 4817712.

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

Color convert

RGB 48 131 73 -
CMYK 0.63 0 0.44 0.49
HSL 138.07º 0.46% 0.35% -
HSV(B) 138.07º 0.63% 0.51% -
XYZ 10.54 17.34 9.1 -
YUV 99.57 113 91.22 -
System Red Green Blue C M Y K H S L
Decimal 48 131 73 0.63 0 0.44 0.49 138.07 0.46 0.35
Hex 30 83 49 3F 0 2C 31 8A 2E 23
Octal 60 203 111 77 0 54 61 212 56 43
Binary 110000 10000011 1001001 111111 0 101100 110001 10001010 101110 100011

Color Harmonies of #308349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308349

Black with #308349

Text Example


Text Example

White with #308349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308349; }

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

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

background-color css

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

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

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

border-color css

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

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

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