Html Css Color HEX #2F8151 Amazon

📋 copy color: '#2F8151'

red 47 ◦ green 129 ◦ blue 81

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

Shades of Amazon #2F8151

Tints of Amazon #2F8151

RGB

 RED value IS 47 (18.75% from 255) = 18.29%

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

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

R = 18.29%
G = 50.19%
B = 31.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#2F8151 (or 0x2F8151) is known color: Amazon. HEX triplet: 2F, 81 and 51. RGB value is (47,129,81). Sum of RGB (Red+Green+Blue) = 47+129+81=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #2F8151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8151 is #D07EAE. Grayscale: #636363. Windows color (decimal): -13663919 or 5341487. OLE color: 5341487.

HSL color Cylindrical-coordinate representation of color #2F8151: hue angle of 144.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8151 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 129 81 -
CMYK 0.64 0 0.37 0.49
HSL 144.88º 0.47% 0.35% -
HSV(B) 144.88º 0.64% 0.51% -
XYZ 10.51 16.9 10.49 -
YUV 99.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 47 129 81 0.64 0 0.37 0.49 144.88 0.47 0.35
Hex 2F 81 51 40 0 25 31 91 2F 23
Octal 57 201 121 100 0 45 61 221 57 43
Binary 101111 10000001 1010001 1000000 0 100101 110001 10010001 101111 100011

Color Harmonies of #2F8151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8151

Black with #2F8151

Text Example


Text Example

White with #2F8151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F8151; }

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

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

background-color css

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

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

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

border-color css

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

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

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