Shades of Dark Pastel Green #12B341
Tints of Dark Pastel Green #12B341
RGB
CMYK
RGB Variations
Color information
#12B341 (or 0x12B341) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 41. RGB value is (18,179,65). Sum of RGB (Red+Green+Blue) = 18+179+65=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 179 (70.31% from 255 or 68.32% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 179 - color contains mainly: green. Hex color #12B341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B341 is #ED4CBE. Grayscale: #767676. Windows color (decimal): -15551679 or 4305682. OLE color: 4305682.
HSL color Cylindrical-coordinate representation of color #12B341: hue angle of 137.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B341 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 65 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.30 |
| HSL | 137.52º | 0.82% | 0.39% | - |
| HSV(B) | 137.52º | 0.9% | 0.7% | - |
| XYZ | 17.32 | 32.75 | 10.41 | - |
| YUV | 117.87 | 98.16 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 65 | 0.90 | 0 | 0.64 | 0.30 | 137.52 | 0.82 | 0.39 |
| Hex | 12 | B3 | 41 | 5A | 0 | 40 | 1E | 8A | 52 | 27 |
| Octal | 22 | 263 | 101 | 132 | 0 | 100 | 36 | 212 | 122 | 47 |
| Binary | 10010 | 10110011 | 1000001 | 1011010 | 0 | 1000000 | 11110 | 10001010 | 1010010 | 100111 |
Color Harmonies of #12B341
Complementary color
Monochromatic Colors of #12B341
Black with #12B341
Text Example
Text Example
White with #12B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B341; }
p { color: rgb(18,179,65); }
H1.HeaderClassName
{
color: #12B341;
}
.AnyTagClassName
{
color: #12B341;
}
</style>
background-color css
<style>
a { background-color: #12B341; }
a { background-color: rgb(18,179,65); }
div.DivClassName
{
background-color: #12B341;
}
.BgClassName
{
background-color: #12B341;
}
</style>
border-color css
<style>
span { border-color: #12B341; }
span { border-color: rgb(18,179,65); }
td.TdClassName
{
border-color: #12B341;
}
.TagClassName
{
border-color: #12B341;
}
</style>