Shades of Dark Pastel Green #12B444
Tints of Dark Pastel Green #12B444
RGB
CMYK
RGB Variations
Color information
#12B444 (or 0x12B444) is known color: Dark Pastel Green. HEX triplet: 12, B4 and 44. RGB value is (18,180,68). Sum of RGB (Red+Green+Blue) = 18+180+68=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 180 (70.70% from 255 or 67.67% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 180 - color contains mainly: green. Hex color #12B444 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B444 is #ED4BBB. Grayscale: #777777. Windows color (decimal): -15551420 or 4502546. OLE color: 4502546.
HSL color Cylindrical-coordinate representation of color #12B444: hue angle of 138.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 #12B444 is Cyan = 0.9, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 180 | 68 | - |
| CMYK | 0.9 | 0 | 0.62 | 0.29 |
| HSL | 138.52º | 0.82% | 0.39% | - |
| HSV(B) | 138.52º | 0.9% | 0.71% | - |
| XYZ | 17.61 | 33.19 | 10.95 | - |
| YUV | 118.79 | 99.33 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 180 | 68 | 0.9 | 0 | 0.62 | 0.29 | 138.52 | 0.82 | 0.39 |
| Hex | 12 | B4 | 44 | 5A | 0 | 3E | 1D | 8B | 52 | 27 |
| Octal | 22 | 264 | 104 | 132 | 0 | 76 | 35 | 213 | 122 | 47 |
| Binary | 10010 | 10110100 | 1000100 | 1011010 | 0 | 111110 | 11101 | 10001011 | 1010010 | 100111 |
Color Harmonies of #12B444
Complementary color
Monochromatic Colors of #12B444
Black with #12B444
Text Example
Text Example
White with #12B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B444; }
p { color: rgb(18,180,68); }
H1.HeaderClassName
{
color: #12B444;
}
.AnyTagClassName
{
color: #12B444;
}
</style>
background-color css
<style>
a { background-color: #12B444; }
a { background-color: rgb(18,180,68); }
div.DivClassName
{
background-color: #12B444;
}
.BgClassName
{
background-color: #12B444;
}
</style>
border-color css
<style>
span { border-color: #12B444; }
span { border-color: rgb(18,180,68); }
td.TdClassName
{
border-color: #12B444;
}
.TagClassName
{
border-color: #12B444;
}
</style>