Shades of Shamrock #2DC38B
Tints of Shamrock #2DC38B
RGB
CMYK
RGB Variations
Color information
#2DC38B (or 0x2DC38B) is known color: Shamrock. HEX triplet: 2D, C3 and 8B. RGB value is (45,195,139). Sum of RGB (Red+Green+Blue) = 45+195+139=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC38B is #D23C74. Grayscale: #8F8F8F. Windows color (decimal): -13778037 or 9159469. OLE color: 9159469.
HSL color Cylindrical-coordinate representation of color #2DC38B: hue angle of 157.6º 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 #2DC38B is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 139 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.24 |
| HSL | 157.6º | 0.63% | 0.47% | - |
| HSV(B) | 157.6º | 0.77% | 0.76% | - |
| XYZ | 25.26 | 41.45 | 31.1 | - |
| YUV | 143.77 | 125.31 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 139 | 0.77 | 0 | 0.29 | 0.24 | 157.6 | 0.63 | 0.47 |
| Hex | 2D | C3 | 8B | 4D | 0 | 1D | 18 | 9E | 3E | 2F |
| Octal | 55 | 303 | 213 | 115 | 0 | 35 | 30 | 236 | 76 | 57 |
| Binary | 101101 | 11000011 | 10001011 | 1001101 | 0 | 11101 | 11000 | 10011110 | 111110 | 101111 |
Color Harmonies of #2DC38B
Complementary color
Monochromatic Colors of #2DC38B
Black with #2DC38B
Text Example
Text Example
White with #2DC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC38B; }
p { color: rgb(45,195,139); }
H1.HeaderClassName
{
color: #2DC38B;
}
.AnyTagClassName
{
color: #2DC38B;
}
</style>
background-color css
<style>
a { background-color: #2DC38B; }
a { background-color: rgb(45,195,139); }
div.DivClassName
{
background-color: #2DC38B;
}
.BgClassName
{
background-color: #2DC38B;
}
</style>
border-color css
<style>
span { border-color: #2DC38B; }
span { border-color: rgb(45,195,139); }
td.TdClassName
{
border-color: #2DC38B;
}
.TagClassName
{
border-color: #2DC38B;
}
</style>