Shades of Dark Pastel Green #07AF3C
Tints of Dark Pastel Green #07AF3C
RGB
CMYK
RGB Variations
Color information
#07AF3C (or 0x07AF3C) is known color: Dark Pastel Green. HEX triplet: 07, AF and 3C. RGB value is (7,175,60). Sum of RGB (Red+Green+Blue) = 7+175+60=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AF3C is #F850C3. Grayscale: #6F6F6F. Windows color (decimal): -16273604 or 3976967. OLE color: 3976967.
HSL color Cylindrical-coordinate representation of color #07AF3C: hue angle of 138.93º 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 #07AF3C is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 60 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.31 |
| HSL | 138.93º | 0.92% | 0.36% | - |
| HSV(B) | 138.93º | 0.96% | 0.69% | - |
| XYZ | 16.23 | 31.03 | 9.41 | - |
| YUV | 111.66 | 98.84 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 60 | 0.96 | 0 | 0.66 | 0.31 | 138.93 | 0.92 | 0.36 |
| Hex | 7 | AF | 3C | 60 | 0 | 42 | 1F | 8B | 5C | 24 |
| Octal | 7 | 257 | 74 | 140 | 0 | 102 | 37 | 213 | 134 | 44 |
| Binary | 111 | 10101111 | 111100 | 1100000 | 0 | 1000010 | 11111 | 10001011 | 1011100 | 100100 |
Color Harmonies of #07AF3C
Complementary color
Monochromatic Colors of #07AF3C
Black with #07AF3C
Text Example
Text Example
White with #07AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF3C; }
p { color: rgb(7,175,60); }
H1.HeaderClassName
{
color: #07AF3C;
}
.AnyTagClassName
{
color: #07AF3C;
}
</style>
background-color css
<style>
a { background-color: #07AF3C; }
a { background-color: rgb(7,175,60); }
div.DivClassName
{
background-color: #07AF3C;
}
.BgClassName
{
background-color: #07AF3C;
}
</style>
border-color css
<style>
span { border-color: #07AF3C; }
span { border-color: rgb(7,175,60); }
td.TdClassName
{
border-color: #07AF3C;
}
.TagClassName
{
border-color: #07AF3C;
}
</style>