Html Css Color HEX #308154 Amazon

📋 copy color: '#308154'

red 48 ◦ green 129 ◦ blue 84

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

Shades of Amazon #308154

Tints of Amazon #308154

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.43%

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

R = 18.39%
G = 49.43%
B = 32.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#308154 (or 0x308154) is known color: Amazon. HEX triplet: 30, 81 and 54. RGB value is (48,129,84). Sum of RGB (Red+Green+Blue) = 48+129+84=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #308154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308154 is #CF7EAB. Grayscale: #636363. Windows color (decimal): -13598380 or 5538096. OLE color: 5538096.

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

Color convert

RGB 48 129 84 -
CMYK 0.63 0 0.35 0.49
HSL 146.67º 0.46% 0.35% -
HSV(B) 146.67º 0.63% 0.51% -
XYZ 10.67 16.97 11.1 -
YUV 99.65 119.16 91.16 -
System Red Green Blue C M Y K H S L
Decimal 48 129 84 0.63 0 0.35 0.49 146.67 0.46 0.35
Hex 30 81 54 3F 0 23 31 93 2E 23
Octal 60 201 124 77 0 43 61 223 56 43
Binary 110000 10000001 1010100 111111 0 100011 110001 10010011 101110 100011

Color Harmonies of #308154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308154

Black with #308154

Text Example


Text Example

White with #308154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308154; }

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

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

background-color css

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

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

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

border-color css

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

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

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