Html Css Color HEX #2F7D4C Amazon

📋 copy color: '#2F7D4C'

red 47 ◦ green 125 ◦ blue 76

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

Shades of Amazon #2F7D4C

Tints of Amazon #2F7D4C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.4%

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 18.95%
G = 50.4%
B = 30.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#2F7D4C (or 0x2F7D4C) is known color: Amazon. HEX triplet: 2F, 7D and 4C. RGB value is (47,125,76). Sum of RGB (Red+Green+Blue) = 47+125+76=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #2F7D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7D4C is #D082B3. Grayscale: #606060. Windows color (decimal): -13664948 or 5012783. OLE color: 5012783.

HSL color Cylindrical-coordinate representation of color #2F7D4C: hue angle of 142.31º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7D4C is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 125 76 -
CMYK 0.62 0 0.39 0.51
HSL 142.31º 0.45% 0.34% -
HSV(B) 142.31º 0.62% 0.49% -
XYZ 9.81 15.79 9.37 -
YUV 96.09 116.66 92.98 -
System Red Green Blue C M Y K H S L
Decimal 47 125 76 0.62 0 0.39 0.51 142.31 0.45 0.34
Hex 2F 7D 4C 3E 0 27 33 8E 2D 22
Octal 57 175 114 76 0 47 63 216 55 42
Binary 101111 1111101 1001100 111110 0 100111 110011 10001110 101101 100010

Color Harmonies of #2F7D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7D4C

Black with #2F7D4C

Text Example


Text Example

White with #2F7D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,125,76); }

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

background-color css

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

 a { background-color: rgb(47,125,76); }

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

border-color css

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

 span { border-color: rgb(47,125,76); }

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