Html Css Color HEX #2F824F Amazon

📋 copy color: '#2F824F'

red 47 ◦ green 130 ◦ blue 79

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

Shades of Amazon #2F824F

Tints of Amazon #2F824F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.78%

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 18.36%
G = 50.78%
B = 30.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#2F824F (or 0x2F824F) is known color: Amazon. HEX triplet: 2F, 82 and 4F. RGB value is (47,130,79). Sum of RGB (Red+Green+Blue) = 47+130+79=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #2F824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F824F is #D07DB0. Grayscale: #636363. Windows color (decimal): -13663665 or 5210671. OLE color: 5210671.

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

Color convert

RGB 47 130 79 -
CMYK 0.64 0 0.39 0.49
HSL 143.13º 0.47% 0.35% -
HSV(B) 143.13º 0.64% 0.51% -
XYZ 10.57 17.13 10.15 -
YUV 99.37 116.5 90.65 -
System Red Green Blue C M Y K H S L
Decimal 47 130 79 0.64 0 0.39 0.49 143.13 0.47 0.35
Hex 2F 82 4F 40 0 27 31 8F 2F 23
Octal 57 202 117 100 0 47 61 217 57 43
Binary 101111 10000010 1001111 1000000 0 100111 110001 10001111 101111 100011

Color Harmonies of #2F824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F824F

Black with #2F824F

Text Example


Text Example

White with #2F824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,130,79); }

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

background-color css

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

 a { background-color: rgb(47,130,79); }

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

border-color css

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

 span { border-color: rgb(47,130,79); }

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