Html Css Color HEX #308051 Amazon

📋 copy color: '#308051'

red 48 ◦ green 128 ◦ blue 81

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

Shades of Amazon #308051

Tints of Amazon #308051

RGB

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

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

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

R = 18.68%
G = 49.81%
B = 31.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#308051 (or 0x308051) is known color: Amazon. HEX triplet: 30, 80 and 51. RGB value is (48,128,81). Sum of RGB (Red+Green+Blue) = 48+128+81=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #308051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308051 is #CF7FAE. Grayscale: #626262. Windows color (decimal): -13598639 or 5341232. OLE color: 5341232.

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

Color convert

RGB 48 128 81 -
CMYK 0.62 0 0.37 0.50
HSL 144.75º 0.45% 0.35% -
HSV(B) 144.75º 0.63% 0.5% -
XYZ 10.42 16.66 10.45 -
YUV 98.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 48 128 81 0.62 0 0.37 0.50 144.75 0.45 0.35
Hex 30 80 51 3E 0 25 32 91 2D 23
Octal 60 200 121 76 0 45 62 221 55 43
Binary 110000 10000000 1010001 111110 0 100101 110010 10010001 101101 100011

Color Harmonies of #308051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308051

Black with #308051

Text Example


Text Example

White with #308051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308051; }

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

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

background-color css

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

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

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

border-color css

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

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

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