Shades of Dark Pastel Green #12B534
Tints of Dark Pastel Green #12B534
RGB
CMYK
RGB Variations
Color information
#12B534 (or 0x12B534) is known color: Dark Pastel Green. HEX triplet: 12, B5 and 34. RGB value is (18,181,52). Sum of RGB (Red+Green+Blue) = 18+181+52=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #12B534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B534 is #ED4ACB. Grayscale: #757575. Windows color (decimal): -15551180 or 3454226. OLE color: 3454226.
HSL color Cylindrical-coordinate representation of color #12B534: hue angle of 132.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B534 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 52 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.29 |
| HSL | 132.52º | 0.82% | 0.39% | - |
| HSV(B) | 132.52º | 0.9% | 0.71% | - |
| XYZ | 17.39 | 33.42 | 8.78 | - |
| YUV | 117.56 | 91 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 52 | 0.90 | 0 | 0.71 | 0.29 | 132.52 | 0.82 | 0.39 |
| Hex | 12 | B5 | 34 | 5A | 0 | 47 | 1D | 85 | 52 | 27 |
| Octal | 22 | 265 | 64 | 132 | 0 | 107 | 35 | 205 | 122 | 47 |
| Binary | 10010 | 10110101 | 110100 | 1011010 | 0 | 1000111 | 11101 | 10000101 | 1010010 | 100111 |
Color Harmonies of #12B534
Complementary color
Monochromatic Colors of #12B534
Black with #12B534
Text Example
Text Example
White with #12B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B534; }
p { color: rgb(18,181,52); }
H1.HeaderClassName
{
color: #12B534;
}
.AnyTagClassName
{
color: #12B534;
}
</style>
background-color css
<style>
a { background-color: #12B534; }
a { background-color: rgb(18,181,52); }
div.DivClassName
{
background-color: #12B534;
}
.BgClassName
{
background-color: #12B534;
}
</style>
border-color css
<style>
span { border-color: #12B534; }
span { border-color: rgb(18,181,52); }
td.TdClassName
{
border-color: #12B534;
}
.TagClassName
{
border-color: #12B534;
}
</style>