Shades of Pigment Green #0C923C
Tints of Pigment Green #0C923C
RGB
CMYK
RGB Variations
Color information
#0C923C (or 0x0C923C) is known color: Pigment Green. HEX triplet: 0C, 92 and 3C. RGB value is (12,146,60). Sum of RGB (Red+Green+Blue) = 12+146+60=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 146 (57.42% from 255 or 66.97% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 146 - color contains mainly: green. Hex color #0C923C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C923C is #F36DC3. Grayscale: #606060. Windows color (decimal): -15953348 or 3969548. OLE color: 3969548.
HSL color Cylindrical-coordinate representation of color #0C923C: hue angle of 141.49º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C923C is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 60 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.43 |
| HSL | 141.49º | 0.85% | 0.31% | - |
| HSV(B) | 141.49º | 0.92% | 0.57% | - |
| XYZ | 11.25 | 20.96 | 7.73 | - |
| YUV | 96.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 60 | 0.92 | 0 | 0.59 | 0.43 | 141.49 | 0.85 | 0.31 |
| Hex | C | 92 | 3C | 5C | 0 | 3B | 2B | 8D | 55 | 1F |
| Octal | 14 | 222 | 74 | 134 | 0 | 73 | 53 | 215 | 125 | 37 |
| Binary | 1100 | 10010010 | 111100 | 1011100 | 0 | 111011 | 101011 | 10001101 | 1010101 | 11111 |
Color Harmonies of #0C923C
Complementary color
Monochromatic Colors of #0C923C
Black with #0C923C
Text Example
Text Example
White with #0C923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C923C; }
p { color: rgb(12,146,60); }
H1.HeaderClassName
{
color: #0C923C;
}
.AnyTagClassName
{
color: #0C923C;
}
</style>
background-color css
<style>
a { background-color: #0C923C; }
a { background-color: rgb(12,146,60); }
div.DivClassName
{
background-color: #0C923C;
}
.BgClassName
{
background-color: #0C923C;
}
</style>
border-color css
<style>
span { border-color: #0C923C; }
span { border-color: rgb(12,146,60); }
td.TdClassName
{
border-color: #0C923C;
}
.TagClassName
{
border-color: #0C923C;
}
</style>