Shades of Dark Pastel Green #12B441
Tints of Dark Pastel Green #12B441
RGB
CMYK
RGB Variations
Color information
#12B441 (or 0x12B441) is known color: Dark Pastel Green. HEX triplet: 12, B4 and 41. RGB value is (18,180,65). Sum of RGB (Red+Green+Blue) = 18+180+65=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 180 (70.70% from 255 or 68.44% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 180 - color contains mainly: green. Hex color #12B441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B441 is #ED4BBE. Grayscale: #767676. Windows color (decimal): -15551423 or 4305938. OLE color: 4305938.
HSL color Cylindrical-coordinate representation of color #12B441: hue angle of 137.41º 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 #12B441 is Cyan = 0.9, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 180 | 65 | - |
| CMYK | 0.9 | 0 | 0.64 | 0.29 |
| HSL | 137.41º | 0.82% | 0.39% | - |
| HSV(B) | 137.41º | 0.9% | 0.71% | - |
| XYZ | 17.52 | 33.15 | 10.48 | - |
| YUV | 118.45 | 97.83 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 180 | 65 | 0.9 | 0 | 0.64 | 0.29 | 137.41 | 0.82 | 0.39 |
| Hex | 12 | B4 | 41 | 5A | 0 | 40 | 1D | 89 | 52 | 27 |
| Octal | 22 | 264 | 101 | 132 | 0 | 100 | 35 | 211 | 122 | 47 |
| Binary | 10010 | 10110100 | 1000001 | 1011010 | 0 | 1000000 | 11101 | 10001001 | 1010010 | 100111 |
Color Harmonies of #12B441
Complementary color
Monochromatic Colors of #12B441
Black with #12B441
Text Example
Text Example
White with #12B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B441; }
p { color: rgb(18,180,65); }
H1.HeaderClassName
{
color: #12B441;
}
.AnyTagClassName
{
color: #12B441;
}
</style>
background-color css
<style>
a { background-color: #12B441; }
a { background-color: rgb(18,180,65); }
div.DivClassName
{
background-color: #12B441;
}
.BgClassName
{
background-color: #12B441;
}
</style>
border-color css
<style>
span { border-color: #12B441; }
span { border-color: rgb(18,180,65); }
td.TdClassName
{
border-color: #12B441;
}
.TagClassName
{
border-color: #12B441;
}
</style>