Shades of Shamrock #2DCAA4
Tints of Shamrock #2DCAA4
RGB
CMYK
RGB Variations
Color information
#2DCAA4 (or 0x2DCAA4) is known color: Shamrock. HEX triplet: 2D, CA and A4. RGB value is (45,202,164). Sum of RGB (Red+Green+Blue) = 45+202+164=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCAA4 is #D2355B. Grayscale: #969696. Windows color (decimal): -13776220 or 10799661. OLE color: 10799661.
HSL color Cylindrical-coordinate representation of color #2DCAA4: hue angle of 165.48º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCAA4 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 164 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.21 |
| HSL | 165.48º | 0.64% | 0.48% | - |
| HSV(B) | 165.48º | 0.78% | 0.79% | - |
| XYZ | 28.9 | 45.48 | 42.38 | - |
| YUV | 150.73 | 135.49 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 164 | 0.78 | 0 | 0.19 | 0.21 | 165.48 | 0.64 | 0.48 |
| Hex | 2D | CA | A4 | 4E | 0 | 13 | 15 | A5 | 40 | 30 |
| Octal | 55 | 312 | 244 | 116 | 0 | 23 | 25 | 245 | 100 | 60 |
| Binary | 101101 | 11001010 | 10100100 | 1001110 | 0 | 10011 | 10101 | 10100101 | 1000000 | 110000 |
Color Harmonies of #2DCAA4
Complementary color
Monochromatic Colors of #2DCAA4
Black with #2DCAA4
Text Example
Text Example
White with #2DCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAA4; }
p { color: rgb(45,202,164); }
H1.HeaderClassName
{
color: #2DCAA4;
}
.AnyTagClassName
{
color: #2DCAA4;
}
</style>
background-color css
<style>
a { background-color: #2DCAA4; }
a { background-color: rgb(45,202,164); }
div.DivClassName
{
background-color: #2DCAA4;
}
.BgClassName
{
background-color: #2DCAA4;
}
</style>
border-color css
<style>
span { border-color: #2DCAA4; }
span { border-color: rgb(45,202,164); }
td.TdClassName
{
border-color: #2DCAA4;
}
.TagClassName
{
border-color: #2DCAA4;
}
</style>