Html Css Color HEX #308150 Amazon

📋 copy color: '#308150'

red 48 ◦ green 129 ◦ blue 80

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

Shades of Amazon #308150

Tints of Amazon #308150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 18.68%
G = 50.19%
B = 31.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#308150 (or 0x308150) is known color: Amazon. HEX triplet: 30, 81 and 50. RGB value is (48,129,80). Sum of RGB (Red+Green+Blue) = 48+129+80=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #308150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308150 is #CF7EAF. Grayscale: #636363. Windows color (decimal): -13598384 or 5275952. OLE color: 5275952.

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

Color convert

RGB 48 129 80 -
CMYK 0.63 0 0.38 0.49
HSL 143.7º 0.46% 0.35% -
HSV(B) 143.7º 0.63% 0.51% -
XYZ 10.52 16.91 10.3 -
YUV 99.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 48 129 80 0.63 0 0.38 0.49 143.7 0.46 0.35
Hex 30 81 50 3F 0 26 31 90 2E 23
Octal 60 201 120 77 0 46 61 220 56 43
Binary 110000 10000001 1010000 111111 0 100110 110001 10010000 101110 100011

Color Harmonies of #308150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308150

Black with #308150

Text Example


Text Example

White with #308150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308150; }

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

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

background-color css

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

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

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

border-color css

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

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

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