Shades of Pigment Green #0D923B
Tints of Pigment Green #0D923B
RGB
CMYK
RGB Variations
Color information
#0D923B (or 0x0D923B) is known color: Pigment Green. HEX triplet: 0D, 92 and 3B. RGB value is (13,146,59). Sum of RGB (Red+Green+Blue) = 13+146+59=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 146 (57.42% from 255 or 66.97% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 146 - color contains mainly: green. Hex color #0D923B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D923B is #F26DC4. Grayscale: #606060. Windows color (decimal): -15887813 or 3904013. OLE color: 3904013.
HSL color Cylindrical-coordinate representation of color #0D923B: hue angle of 140.75º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D923B is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 59 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.43 |
| HSL | 140.75º | 0.84% | 0.31% | - |
| HSV(B) | 140.75º | 0.91% | 0.57% | - |
| XYZ | 11.23 | 20.96 | 7.59 | - |
| YUV | 96.32 | 106.94 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 59 | 0.91 | 0 | 0.60 | 0.43 | 140.75 | 0.84 | 0.31 |
| Hex | D | 92 | 3B | 5B | 0 | 3C | 2B | 8D | 54 | 1F |
| Octal | 15 | 222 | 73 | 133 | 0 | 74 | 53 | 215 | 124 | 37 |
| Binary | 1101 | 10010010 | 111011 | 1011011 | 0 | 111100 | 101011 | 10001101 | 1010100 | 11111 |
Color Harmonies of #0D923B
Complementary color
Monochromatic Colors of #0D923B
Black with #0D923B
Text Example
Text Example
White with #0D923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D923B; }
p { color: rgb(13,146,59); }
H1.HeaderClassName
{
color: #0D923B;
}
.AnyTagClassName
{
color: #0D923B;
}
</style>
background-color css
<style>
a { background-color: #0D923B; }
a { background-color: rgb(13,146,59); }
div.DivClassName
{
background-color: #0D923B;
}
.BgClassName
{
background-color: #0D923B;
}
</style>
border-color css
<style>
span { border-color: #0D923B; }
span { border-color: rgb(13,146,59); }
td.TdClassName
{
border-color: #0D923B;
}
.TagClassName
{
border-color: #0D923B;
}
</style>