Shades of Shamrock #2DC397
Tints of Shamrock #2DC397
RGB
CMYK
RGB Variations
Color information
#2DC397 (or 0x2DC397) is known color: Shamrock. HEX triplet: 2D, C3 and 97. RGB value is (45,195,151). Sum of RGB (Red+Green+Blue) = 45+195+151=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC397 is #D23C68. Grayscale: #919191. Windows color (decimal): -13778025 or 9945901. OLE color: 9945901.
HSL color Cylindrical-coordinate representation of color #2DC397: hue angle of 162.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC397 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 151 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.24 |
| HSL | 162.4º | 0.63% | 0.47% | - |
| HSV(B) | 162.4º | 0.77% | 0.76% | - |
| XYZ | 26.18 | 41.82 | 35.97 | - |
| YUV | 145.13 | 131.31 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 151 | 0.77 | 0 | 0.23 | 0.24 | 162.4 | 0.63 | 0.47 |
| Hex | 2D | C3 | 97 | 4D | 0 | 17 | 18 | A2 | 3E | 2F |
| Octal | 55 | 303 | 227 | 115 | 0 | 27 | 30 | 242 | 76 | 57 |
| Binary | 101101 | 11000011 | 10010111 | 1001101 | 0 | 10111 | 11000 | 10100010 | 111110 | 101111 |
Color Harmonies of #2DC397
Complementary color
Monochromatic Colors of #2DC397
Black with #2DC397
Text Example
Text Example
White with #2DC397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC397; }
p { color: rgb(45,195,151); }
H1.HeaderClassName
{
color: #2DC397;
}
.AnyTagClassName
{
color: #2DC397;
}
</style>
background-color css
<style>
a { background-color: #2DC397; }
a { background-color: rgb(45,195,151); }
div.DivClassName
{
background-color: #2DC397;
}
.BgClassName
{
background-color: #2DC397;
}
</style>
border-color css
<style>
span { border-color: #2DC397; }
span { border-color: rgb(45,195,151); }
td.TdClassName
{
border-color: #2DC397;
}
.TagClassName
{
border-color: #2DC397;
}
</style>