Shades of Dark Pastel Green #0CAF2D
Tints of Dark Pastel Green #0CAF2D
RGB
CMYK
RGB Variations
Color information
#0CAF2D (or 0x0CAF2D) is known color: Dark Pastel Green. HEX triplet: 0C, AF and 2D. RGB value is (12,175,45). Sum of RGB (Red+Green+Blue) = 12+175+45=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 175 (68.75% from 255 or 75.43% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAF2D is #F350D2. Grayscale: #6F6F6F. Windows color (decimal): -15945939 or 2993932. OLE color: 2993932.
HSL color Cylindrical-coordinate representation of color #0CAF2D: hue angle of 132.15º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF2D is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 45 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.31 |
| HSL | 132.15º | 0.87% | 0.37% | - |
| HSV(B) | 132.15º | 0.93% | 0.69% | - |
| XYZ | 15.96 | 30.93 | 7.61 | - |
| YUV | 111.44 | 90.5 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 45 | 0.93 | 0 | 0.74 | 0.31 | 132.15 | 0.87 | 0.37 |
| Hex | C | AF | 2D | 5D | 0 | 4A | 1F | 84 | 57 | 25 |
| Octal | 14 | 257 | 55 | 135 | 0 | 112 | 37 | 204 | 127 | 45 |
| Binary | 1100 | 10101111 | 101101 | 1011101 | 0 | 1001010 | 11111 | 10000100 | 1010111 | 100101 |
Color Harmonies of #0CAF2D
Complementary color
Monochromatic Colors of #0CAF2D
Black with #0CAF2D
Text Example
Text Example
White with #0CAF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF2D; }
p { color: rgb(12,175,45); }
H1.HeaderClassName
{
color: #0CAF2D;
}
.AnyTagClassName
{
color: #0CAF2D;
}
</style>
background-color css
<style>
a { background-color: #0CAF2D; }
a { background-color: rgb(12,175,45); }
div.DivClassName
{
background-color: #0CAF2D;
}
.BgClassName
{
background-color: #0CAF2D;
}
</style>
border-color css
<style>
span { border-color: #0CAF2D; }
span { border-color: rgb(12,175,45); }
td.TdClassName
{
border-color: #0CAF2D;
}
.TagClassName
{
border-color: #0CAF2D;
}
</style>