Shades of Green #025C10
Tints of Green #025C10
RGB
CMYK
RGB Variations
Color information
#025C10 (or 0x025C10) is known color: Green. HEX triplet: 02, 5C and 10. RGB value is (2,92,16). Sum of RGB (Red+Green+Blue) = 2+92+16=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #025C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025C10 is #FDA3EF. Grayscale: #383838. Windows color (decimal): -16622576 or 1072130. OLE color: 1072130.
HSL color Cylindrical-coordinate representation of color #025C10: hue angle of 129.33º 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 #025C10 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 92 | 16 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.64 |
| HSL | 129.33º | 0.96% | 0.18% | - |
| HSV(B) | 129.33º | 0.98% | 0.36% | - |
| XYZ | 3.95 | 7.7 | 1.77 | - |
| YUV | 56.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 92 | 16 | 0.98 | 0 | 0.83 | 0.64 | 129.33 | 0.96 | 0.18 |
| Hex | 2 | 5C | 10 | 62 | 0 | 53 | 40 | 81 | 60 | 12 |
| Octal | 2 | 134 | 20 | 142 | 0 | 123 | 100 | 201 | 140 | 22 |
| Binary | 10 | 1011100 | 10000 | 1100010 | 0 | 1010011 | 1000000 | 10000001 | 1100000 | 10010 |
Color Harmonies of #025C10
Complementary color
Monochromatic Colors of #025C10
Black with #025C10
Text Example
Text Example
White with #025C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025C10; }
p { color: rgb(2,92,16); }
H1.HeaderClassName
{
color: #025C10;
}
.AnyTagClassName
{
color: #025C10;
}
</style>
background-color css
<style>
a { background-color: #025C10; }
a { background-color: rgb(2,92,16); }
div.DivClassName
{
background-color: #025C10;
}
.BgClassName
{
background-color: #025C10;
}
</style>
border-color css
<style>
span { border-color: #025C10; }
span { border-color: rgb(2,92,16); }
td.TdClassName
{
border-color: #025C10;
}
.TagClassName
{
border-color: #025C10;
}
</style>