Shades of Green #027D0D
Tints of Green #027D0D
RGB
CMYK
RGB Variations
Color information
#027D0D (or 0x027D0D) is known color: Green. HEX triplet: 02, 7D and 0D. RGB value is (2,125,13). Sum of RGB (Red+Green+Blue) = 2+125+13=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 125 (49.22% from 255 or 89.29% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 125 - color contains mainly: green. Hex color #027D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027D0D is #FD82F2. Grayscale: #4B4B4B. Windows color (decimal): -16614131 or 883970. OLE color: 883970.
HSL color Cylindrical-coordinate representation of color #027D0D: hue angle of 125.37º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027D0D is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 125 | 13 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.51 |
| HSL | 125.37º | 0.97% | 0.25% | - |
| HSV(B) | 125.37º | 0.98% | 0.49% | - |
| XYZ | 7.43 | 14.71 | 2.83 | - |
| YUV | 75.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 13 | 0.98 | 0 | 0.90 | 0.51 | 125.37 | 0.97 | 0.25 |
| Hex | 2 | 7D | D | 62 | 0 | 5A | 33 | 7D | 61 | 19 |
| Octal | 2 | 175 | 15 | 142 | 0 | 132 | 63 | 175 | 141 | 31 |
| Binary | 10 | 1111101 | 1101 | 1100010 | 0 | 1011010 | 110011 | 1111101 | 1100001 | 11001 |
Color Harmonies of #027D0D
Complementary color
Monochromatic Colors of #027D0D
Black with #027D0D
Text Example
Text Example
White with #027D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027D0D; }
p { color: rgb(2,125,13); }
H1.HeaderClassName
{
color: #027D0D;
}
.AnyTagClassName
{
color: #027D0D;
}
</style>
background-color css
<style>
a { background-color: #027D0D; }
a { background-color: rgb(2,125,13); }
div.DivClassName
{
background-color: #027D0D;
}
.BgClassName
{
background-color: #027D0D;
}
</style>
border-color css
<style>
span { border-color: #027D0D; }
span { border-color: rgb(2,125,13); }
td.TdClassName
{
border-color: #027D0D;
}
.TagClassName
{
border-color: #027D0D;
}
</style>