Html Css Color HEX #308054 Amazon

📋 copy color: '#308054'

red 48 ◦ green 128 ◦ blue 84

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

Shades of Amazon #308054

Tints of Amazon #308054

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.23%

 BLUE value IS 84 (33.2% from 255) = 32.31%

R = 18.46%
G = 49.23%
B = 32.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#308054 (or 0x308054) is known color: Amazon. HEX triplet: 30, 80 and 54. RGB value is (48,128,84). Sum of RGB (Red+Green+Blue) = 48+128+84=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #308054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308054 is #CF7FAB. Grayscale: #636363. Windows color (decimal): -13598636 or 5537840. OLE color: 5537840.

HSL color Cylindrical-coordinate representation of color #308054: hue angle of 147º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308054 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 84 -
CMYK 0.62 0 0.34 0.50
HSL 147º 0.45% 0.35% -
HSV(B) 147º 0.63% 0.5% -
XYZ 10.54 16.71 11.06 -
YUV 99.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 48 128 84 0.62 0 0.34 0.50 147 0.45 0.35
Hex 30 80 54 3E 0 22 32 93 2D 23
Octal 60 200 124 76 0 42 62 223 55 43
Binary 110000 10000000 1010100 111110 0 100010 110010 10010011 101101 100011

Color Harmonies of #308054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308054

Black with #308054

Text Example


Text Example

White with #308054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308054; }

 p { color: rgb(48,128,84); }

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

background-color css

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

 a { background-color: rgb(48,128,84); }

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

border-color css

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

 span { border-color: rgb(48,128,84); }

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