Shades of Amazon #2D8344
Tints of Amazon #2D8344
RGB
CMYK
RGB Variations
Color information
#2D8344 (or 0x2D8344) is known color: Amazon. HEX triplet: 2D, 83 and 44. RGB value is (45,131,68). Sum of RGB (Red+Green+Blue) = 45+131+68=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8344 is #D27CBB. Grayscale: #626262. Windows color (decimal): -13794492 or 4490029. OLE color: 4490029.
HSL color Cylindrical-coordinate representation of color #2D8344: hue angle of 136.05º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8344 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 68 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.49 |
| HSL | 136.05º | 0.49% | 0.35% | - |
| HSV(B) | 136.05º | 0.66% | 0.51% | - |
| XYZ | 10.24 | 17.21 | 8.25 | - |
| YUV | 98.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 68 | 0.66 | 0 | 0.48 | 0.49 | 136.05 | 0.49 | 0.35 |
| Hex | 2D | 83 | 44 | 42 | 0 | 30 | 31 | 88 | 31 | 23 |
| Octal | 55 | 203 | 104 | 102 | 0 | 60 | 61 | 210 | 61 | 43 |
| Binary | 101101 | 10000011 | 1000100 | 1000010 | 0 | 110000 | 110001 | 10001000 | 110001 | 100011 |
Color Harmonies of #2D8344
Complementary color
Monochromatic Colors of #2D8344
Black with #2D8344
Text Example
Text Example
White with #2D8344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8344; }
p { color: rgb(45,131,68); }
H1.HeaderClassName
{
color: #2D8344;
}
.AnyTagClassName
{
color: #2D8344;
}
</style>
background-color css
<style>
a { background-color: #2D8344; }
a { background-color: rgb(45,131,68); }
div.DivClassName
{
background-color: #2D8344;
}
.BgClassName
{
background-color: #2D8344;
}
</style>
border-color css
<style>
span { border-color: #2D8344; }
span { border-color: rgb(45,131,68); }
td.TdClassName
{
border-color: #2D8344;
}
.TagClassName
{
border-color: #2D8344;
}
</style>