Shades of Shamrock #34F28B
Tints of Shamrock #34F28B
RGB
CMYK
RGB Variations
Color information
#34F28B (or 0x34F28B) is known color: Shamrock. HEX triplet: 34, F2 and 8B. RGB value is (52,242,139). Sum of RGB (Red+Green+Blue) = 52+242+139=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #34F28B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F28B is #CB0D74. Grayscale: #ADADAD. Windows color (decimal): -13307253 or 9171508. OLE color: 9171508.
HSL color Cylindrical-coordinate representation of color #34F28B: hue angle of 147.47º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F28B is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 139 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.05 |
| HSL | 147.47º | 0.88% | 0.58% | - |
| HSV(B) | 147.47º | 0.79% | 0.95% | - |
| XYZ | 37.83 | 66.1 | 35.19 | - |
| YUV | 173.45 | 108.55 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 139 | 0.79 | 0 | 0.43 | 0.05 | 147.47 | 0.88 | 0.58 |
| Hex | 34 | F2 | 8B | 4F | 0 | 2B | 5 | 93 | 58 | 3A |
| Octal | 64 | 362 | 213 | 117 | 0 | 53 | 5 | 223 | 130 | 72 |
| Binary | 110100 | 11110010 | 10001011 | 1001111 | 0 | 101011 | 101 | 10010011 | 1011000 | 111010 |
Color Harmonies of #34F28B
Complementary color
Monochromatic Colors of #34F28B
Black with #34F28B
Text Example
Text Example
White with #34F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F28B; }
p { color: rgb(52,242,139); }
H1.HeaderClassName
{
color: #34F28B;
}
.AnyTagClassName
{
color: #34F28B;
}
</style>
background-color css
<style>
a { background-color: #34F28B; }
a { background-color: rgb(52,242,139); }
div.DivClassName
{
background-color: #34F28B;
}
.BgClassName
{
background-color: #34F28B;
}
</style>
border-color css
<style>
span { border-color: #34F28B; }
span { border-color: rgb(52,242,139); }
td.TdClassName
{
border-color: #34F28B;
}
.TagClassName
{
border-color: #34F28B;
}
</style>