Shades of Shamrock #2DDB9A
Tints of Shamrock #2DDB9A
RGB
CMYK
RGB Variations
Color information
#2DDB9A (or 0x2DDB9A) is known color: Shamrock. HEX triplet: 2D, DB and 9A. RGB value is (45,219,154). Sum of RGB (Red+Green+Blue) = 45+219+154=418 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.77% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDB9A is #D22465. Grayscale: #9F9F9F. Windows color (decimal): -13771878 or 10148653. OLE color: 10148653.
HSL color Cylindrical-coordinate representation of color #2DDB9A: hue angle of 157.59º 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 #2DDB9A is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
RGB | 45 | 219 | 154 | - |
CMYK | 0.79 | 0 | 0.30 | 0.14 |
HSL | 157.59º | 0.71% | 0.52% | - |
HSV(B) | 157.59º | 0.79% | 0.86% | - |
XYZ | 32.25 | 53.55 | 39.21 | - |
YUV | 159.56 | 124.85 | 46.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 219 | 154 | 0.79 | 0 | 0.30 | 0.14 | 157.59 | 0.71 | 0.52 |
Hex | 2D | DB | 9A | 4F | 0 | 1E | E | 9E | 47 | 34 |
Octal | 55 | 333 | 232 | 117 | 0 | 36 | 16 | 236 | 107 | 64 |
Binary | 101101 | 11011011 | 10011010 | 1001111 | 0 | 11110 | 1110 | 10011110 | 1000111 | 110100 |
Color Harmonies of #2DDB9A
Complementary color
Monochromatic Colors of #2DDB9A
Black with #2DDB9A
Text Example
Text Example
White with #2DDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB9A; }
p { color: rgb(45,219,154); }
H1.HeaderClassName
{
color: #2DDB9A;
}
.AnyTagClassName
{
color: #2DDB9A;
}
</style>
background-color css
<style>
a { background-color: #2DDB9A; }
a { background-color: rgb(45,219,154); }
div.DivClassName
{
background-color: #2DDB9A;
}
.BgClassName
{
background-color: #2DDB9A;
}
</style>
border-color css
<style>
span { border-color: #2DDB9A; }
span { border-color: rgb(45,219,154); }
td.TdClassName
{
border-color: #2DDB9A;
}
.TagClassName
{
border-color: #2DDB9A;
}
</style>