Shades of Shamrock #2DDB97
Tints of Shamrock #2DDB97
RGB
CMYK
RGB Variations
Color information
#2DDB97 (or 0x2DDB97) is known color: Shamrock. HEX triplet: 2D, DB and 97. RGB value is (45,219,151). Sum of RGB (Red+Green+Blue) = 45+219+151=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDB97 is #D22468. Grayscale: #9F9F9F. Windows color (decimal): -13771881 or 9952045. OLE color: 9952045.
HSL color Cylindrical-coordinate representation of color #2DDB97: hue angle of 156.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB97 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 151 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.14 |
| HSL | 156.55º | 0.71% | 0.52% | - |
| HSV(B) | 156.55º | 0.79% | 0.86% | - |
| XYZ | 32 | 53.46 | 37.91 | - |
| YUV | 159.22 | 123.35 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 151 | 0.79 | 0 | 0.31 | 0.14 | 156.55 | 0.71 | 0.52 |
| Hex | 2D | DB | 97 | 4F | 0 | 1F | E | 9D | 47 | 34 |
| Octal | 55 | 333 | 227 | 117 | 0 | 37 | 16 | 235 | 107 | 64 |
| Binary | 101101 | 11011011 | 10010111 | 1001111 | 0 | 11111 | 1110 | 10011101 | 1000111 | 110100 |
Color Harmonies of #2DDB97
Complementary color
Monochromatic Colors of #2DDB97
Black with #2DDB97
Text Example
Text Example
White with #2DDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB97; }
p { color: rgb(45,219,151); }
H1.HeaderClassName
{
color: #2DDB97;
}
.AnyTagClassName
{
color: #2DDB97;
}
</style>
background-color css
<style>
a { background-color: #2DDB97; }
a { background-color: rgb(45,219,151); }
div.DivClassName
{
background-color: #2DDB97;
}
.BgClassName
{
background-color: #2DDB97;
}
</style>
border-color css
<style>
span { border-color: #2DDB97; }
span { border-color: rgb(45,219,151); }
td.TdClassName
{
border-color: #2DDB97;
}
.TagClassName
{
border-color: #2DDB97;
}
</style>