Shades of Dark Pastel Green #07AF3E
Tints of Dark Pastel Green #07AF3E
RGB
CMYK
RGB Variations
Color information
#07AF3E (or 0x07AF3E) is known color: Dark Pastel Green. HEX triplet: 07, AF and 3E. RGB value is (7,175,62). Sum of RGB (Red+Green+Blue) = 7+175+62=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 175 (68.75% from 255 or 71.72% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AF3E is #F850C1. Grayscale: #707070. Windows color (decimal): -16273602 or 4108039. OLE color: 4108039.
HSL color Cylindrical-coordinate representation of color #07AF3E: hue angle of 139.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF3E is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 62 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.31 |
| HSL | 139.64º | 0.92% | 0.36% | - |
| HSV(B) | 139.64º | 0.96% | 0.69% | - |
| XYZ | 16.29 | 31.05 | 9.69 | - |
| YUV | 111.89 | 99.84 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 62 | 0.96 | 0 | 0.65 | 0.31 | 139.64 | 0.92 | 0.36 |
| Hex | 7 | AF | 3E | 60 | 0 | 41 | 1F | 8C | 5C | 24 |
| Octal | 7 | 257 | 76 | 140 | 0 | 101 | 37 | 214 | 134 | 44 |
| Binary | 111 | 10101111 | 111110 | 1100000 | 0 | 1000001 | 11111 | 10001100 | 1011100 | 100100 |
Color Harmonies of #07AF3E
Complementary color
Monochromatic Colors of #07AF3E
Black with #07AF3E
Text Example
Text Example
White with #07AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF3E; }
p { color: rgb(7,175,62); }
H1.HeaderClassName
{
color: #07AF3E;
}
.AnyTagClassName
{
color: #07AF3E;
}
</style>
background-color css
<style>
a { background-color: #07AF3E; }
a { background-color: rgb(7,175,62); }
div.DivClassName
{
background-color: #07AF3E;
}
.BgClassName
{
background-color: #07AF3E;
}
</style>
border-color css
<style>
span { border-color: #07AF3E; }
span { border-color: rgb(7,175,62); }
td.TdClassName
{
border-color: #07AF3E;
}
.TagClassName
{
border-color: #07AF3E;
}
</style>