Shades of Shamrock #2DBF99
Tints of Shamrock #2DBF99
RGB
CMYK
RGB Variations
Color information
#2DBF99 (or 0x2DBF99) is known color: Shamrock. HEX triplet: 2D, BF and 99. RGB value is (45,191,153). Sum of RGB (Red+Green+Blue) = 45+191+153=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBF99 is #D24066. Grayscale: #8F8F8F. Windows color (decimal): -13779047 or 10075949. OLE color: 10075949.
HSL color Cylindrical-coordinate representation of color #2DBF99: hue angle of 164.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBF99 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 153 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.25 |
| HSL | 164.38º | 0.62% | 0.46% | - |
| HSV(B) | 164.38º | 0.76% | 0.75% | - |
| XYZ | 25.46 | 40.12 | 36.54 | - |
| YUV | 143.01 | 133.63 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 153 | 0.76 | 0 | 0.20 | 0.25 | 164.38 | 0.62 | 0.46 |
| Hex | 2D | BF | 99 | 4C | 0 | 14 | 19 | A4 | 3E | 2E |
| Octal | 55 | 277 | 231 | 114 | 0 | 24 | 31 | 244 | 76 | 56 |
| Binary | 101101 | 10111111 | 10011001 | 1001100 | 0 | 10100 | 11001 | 10100100 | 111110 | 101110 |
Color Harmonies of #2DBF99
Complementary color
Monochromatic Colors of #2DBF99
Black with #2DBF99
Text Example
Text Example
White with #2DBF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF99; }
p { color: rgb(45,191,153); }
H1.HeaderClassName
{
color: #2DBF99;
}
.AnyTagClassName
{
color: #2DBF99;
}
</style>
background-color css
<style>
a { background-color: #2DBF99; }
a { background-color: rgb(45,191,153); }
div.DivClassName
{
background-color: #2DBF99;
}
.BgClassName
{
background-color: #2DBF99;
}
</style>
border-color css
<style>
span { border-color: #2DBF99; }
span { border-color: rgb(45,191,153); }
td.TdClassName
{
border-color: #2DBF99;
}
.TagClassName
{
border-color: #2DBF99;
}
</style>