Html Css Color HEX #2F8447 Amazon

📋 copy color: '#2F8447'

red 47 ◦ green 132 ◦ blue 71

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

Shades of Amazon #2F8447

Tints of Amazon #2F8447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 18.8%
G = 52.8%
B = 28.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#2F8447 (or 0x2F8447) is known color: Amazon. HEX triplet: 2F, 84 and 47. RGB value is (47,132,71). Sum of RGB (Red+Green+Blue) = 47+132+71=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8447 is #D07BB8. Grayscale: #636363. Windows color (decimal): -13663161 or 4686895. OLE color: 4686895.

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

Color convert

RGB 47 132 71 -
CMYK 0.64 0 0.46 0.48
HSL 136.94º 0.47% 0.35% -
HSV(B) 136.94º 0.64% 0.52% -
XYZ 10.56 17.56 8.79 -
YUV 99.63 111.84 90.46 -
System Red Green Blue C M Y K H S L
Decimal 47 132 71 0.64 0 0.46 0.48 136.94 0.47 0.35
Hex 2F 84 47 40 0 2E 30 89 2F 23
Octal 57 204 107 100 0 56 60 211 57 43
Binary 101111 10000100 1000111 1000000 0 101110 110000 10001001 101111 100011

Color Harmonies of #2F8447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8447

Black with #2F8447

Text Example


Text Example

White with #2F8447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,132,71); }

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

background-color css

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

 a { background-color: rgb(47,132,71); }

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

border-color css

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

 span { border-color: rgb(47,132,71); }

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