Html Css Color HEX #2F7F48 Amazon

📋 copy color: '#2F7F48'

red 47 ◦ green 127 ◦ blue 72

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

Shades of Amazon #2F7F48

Tints of Amazon #2F7F48

RGB

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

 GREEN value IS 127 (50% from 255) = 51.63%

 BLUE value IS 72 (28.52% from 255) = 29.27%

R = 19.11%
G = 51.63%
B = 29.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#2F7F48 (or 0x2F7F48) is known color: Amazon. HEX triplet: 2F, 7F and 48. RGB value is (47,127,72). Sum of RGB (Red+Green+Blue) = 47+127+72=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #2F7F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7F48 is #D080B7. Grayscale: #606060. Windows color (decimal): -13664440 or 4751151. OLE color: 4751151.

HSL color Cylindrical-coordinate representation of color #2F7F48: hue angle of 138.75º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F7F48 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 127 72 -
CMYK 0.63 0 0.43 0.50
HSL 138.75º 0.46% 0.34% -
HSV(B) 138.75º 0.63% 0.5% -
XYZ 9.93 16.25 8.74 -
YUV 96.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 47 127 72 0.63 0 0.43 0.50 138.75 0.46 0.34
Hex 2F 7F 48 3F 0 2B 32 8B 2E 22
Octal 57 177 110 77 0 53 62 213 56 42
Binary 101111 1111111 1001000 111111 0 101011 110010 10001011 101110 100010

Color Harmonies of #2F7F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7F48

Black with #2F7F48

Text Example


Text Example

White with #2F7F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,127,72); }

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

background-color css

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

 a { background-color: rgb(47,127,72); }

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

border-color css

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

 span { border-color: rgb(47,127,72); }

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