Html Css Color HEX #308151 Amazon

📋 copy color: '#308151'

red 48 ◦ green 129 ◦ blue 81

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

Shades of Amazon #308151

Tints of Amazon #308151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.4%

R = 18.6%
G = 50%
B = 31.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#308151 (or 0x308151) is known color: Amazon. HEX triplet: 30, 81 and 51. RGB value is (48,129,81). Sum of RGB (Red+Green+Blue) = 48+129+81=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #308151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308151 is #CF7EAE. Grayscale: #636363. Windows color (decimal): -13598383 or 5341488. OLE color: 5341488.

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

Color convert

RGB 48 129 81 -
CMYK 0.63 0 0.37 0.49
HSL 144.44º 0.46% 0.35% -
HSV(B) 144.44º 0.63% 0.51% -
XYZ 10.55 16.92 10.49 -
YUV 99.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 48 129 81 0.63 0 0.37 0.49 144.44 0.46 0.35
Hex 30 81 51 3F 0 25 31 90 2E 23
Octal 60 201 121 77 0 45 61 220 56 43
Binary 110000 10000001 1010001 111111 0 100101 110001 10010000 101110 100011

Color Harmonies of #308151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308151

Black with #308151

Text Example


Text Example

White with #308151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308151; }

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

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

background-color css

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

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

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

border-color css

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

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

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