Html Css Color HEX #2F8444 Amazon

📋 copy color: '#2F8444'

red 47 ◦ green 132 ◦ blue 68

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

Shades of Amazon #2F8444

Tints of Amazon #2F8444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.53%

R = 19.03%
G = 53.44%
B = 27.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#2F8444 (or 0x2F8444) is known color: Amazon. HEX triplet: 2F, 84 and 44. RGB value is (47,132,68). Sum of RGB (Red+Green+Blue) = 47+132+68=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8444 is #D07BBB. Grayscale: #636363. Windows color (decimal): -13663164 or 4490287. OLE color: 4490287.

HSL color Cylindrical-coordinate representation of color #2F8444: hue angle of 134.82º 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 #2F8444 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 132 68 -
CMYK 0.64 0 0.48 0.48
HSL 134.82º 0.47% 0.35% -
HSV(B) 134.82º 0.64% 0.52% -
XYZ 10.47 17.52 8.3 -
YUV 99.29 110.34 90.7 -
System Red Green Blue C M Y K H S L
Decimal 47 132 68 0.64 0 0.48 0.48 134.82 0.47 0.35
Hex 2F 84 44 40 0 30 30 87 2F 23
Octal 57 204 104 100 0 60 60 207 57 43
Binary 101111 10000100 1000100 1000000 0 110000 110000 10000111 101111 100011

Color Harmonies of #2F8444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8444

Black with #2F8444

Text Example


Text Example

White with #2F8444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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