Shades of Green #025C0C
Tints of Green #025C0C
RGB
CMYK
RGB Variations
Color information
#025C0C (or 0x025C0C) is known color: Green. HEX triplet: 02, 5C and 0C. RGB value is (2,92,12). Sum of RGB (Red+Green+Blue) = 2+92+12=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 92 (36.33% from 255 or 86.79% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 92 - color contains mainly: green. Hex color #025C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025C0C is #FDA3F3. Grayscale: #383838. Windows color (decimal): -16622580 or 809986. OLE color: 809986.
HSL color Cylindrical-coordinate representation of color #025C0C: hue angle of 126.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025C0C is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 92 | 12 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.64 |
| HSL | 126.67º | 0.96% | 0.18% | - |
| HSV(B) | 126.67º | 0.98% | 0.36% | - |
| XYZ | 3.92 | 7.69 | 1.63 | - |
| YUV | 55.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 92 | 12 | 0.98 | 0 | 0.87 | 0.64 | 126.67 | 0.96 | 0.18 |
| Hex | 2 | 5C | C | 62 | 0 | 57 | 40 | 7F | 60 | 12 |
| Octal | 2 | 134 | 14 | 142 | 0 | 127 | 100 | 177 | 140 | 22 |
| Binary | 10 | 1011100 | 1100 | 1100010 | 0 | 1010111 | 1000000 | 1111111 | 1100000 | 10010 |
Color Harmonies of #025C0C
Complementary color
Monochromatic Colors of #025C0C
Black with #025C0C
Text Example
Text Example
White with #025C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025C0C; }
p { color: rgb(2,92,12); }
H1.HeaderClassName
{
color: #025C0C;
}
.AnyTagClassName
{
color: #025C0C;
}
</style>
background-color css
<style>
a { background-color: #025C0C; }
a { background-color: rgb(2,92,12); }
div.DivClassName
{
background-color: #025C0C;
}
.BgClassName
{
background-color: #025C0C;
}
</style>
border-color css
<style>
span { border-color: #025C0C; }
span { border-color: rgb(2,92,12); }
td.TdClassName
{
border-color: #025C0C;
}
.TagClassName
{
border-color: #025C0C;
}
</style>