Shades of Dark Pastel Green #12B735
Tints of Dark Pastel Green #12B735
RGB
CMYK
RGB Variations
Color information
#12B735 (or 0x12B735) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 35. RGB value is (18,183,53). Sum of RGB (Red+Green+Blue) = 18+183+53=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 183 (71.88% from 255 or 72.05% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 183 - color contains mainly: green. Hex color #12B735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B735 is #ED48CA. Grayscale: #777777. Windows color (decimal): -15550667 or 3520274. OLE color: 3520274.
HSL color Cylindrical-coordinate representation of color #12B735: hue angle of 132.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B735 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 53 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.28 |
| HSL | 132.73º | 0.82% | 0.39% | - |
| HSV(B) | 132.73º | 0.9% | 0.72% | - |
| XYZ | 17.83 | 34.25 | 9.04 | - |
| YUV | 118.85 | 90.84 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 53 | 0.90 | 0 | 0.71 | 0.28 | 132.73 | 0.82 | 0.39 |
| Hex | 12 | B7 | 35 | 5A | 0 | 47 | 1C | 85 | 52 | 27 |
| Octal | 22 | 267 | 65 | 132 | 0 | 107 | 34 | 205 | 122 | 47 |
| Binary | 10010 | 10110111 | 110101 | 1011010 | 0 | 1000111 | 11100 | 10000101 | 1010010 | 100111 |
Color Harmonies of #12B735
Complementary color
Monochromatic Colors of #12B735
Black with #12B735
Text Example
Text Example
White with #12B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B735; }
p { color: rgb(18,183,53); }
H1.HeaderClassName
{
color: #12B735;
}
.AnyTagClassName
{
color: #12B735;
}
</style>
background-color css
<style>
a { background-color: #12B735; }
a { background-color: rgb(18,183,53); }
div.DivClassName
{
background-color: #12B735;
}
.BgClassName
{
background-color: #12B735;
}
</style>
border-color css
<style>
span { border-color: #12B735; }
span { border-color: rgb(18,183,53); }
td.TdClassName
{
border-color: #12B735;
}
.TagClassName
{
border-color: #12B735;
}
</style>