Shades of Dark Pastel Green #03AF40
Tints of Dark Pastel Green #03AF40
RGB
CMYK
RGB Variations
Color information
#03AF40 (or 0x03AF40) is known color: Dark Pastel Green. HEX triplet: 03, AF and 40. RGB value is (3,175,64). Sum of RGB (Red+Green+Blue) = 3+175+64=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AF40 is #FC50BF. Grayscale: #6F6F6F. Windows color (decimal): -16535744 or 4239107. OLE color: 4239107.
HSL color Cylindrical-coordinate representation of color #03AF40: hue angle of 141.28º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AF40 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 175 | 64 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.31 |
| HSL | 141.28º | 0.97% | 0.35% | - |
| HSV(B) | 141.28º | 0.98% | 0.69% | - |
| XYZ | 16.29 | 31.05 | 9.98 | - |
| YUV | 110.92 | 101.52 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 64 | 0.98 | 0 | 0.63 | 0.31 | 141.28 | 0.97 | 0.35 |
| Hex | 3 | AF | 40 | 62 | 0 | 3F | 1F | 8D | 61 | 23 |
| Octal | 3 | 257 | 100 | 142 | 0 | 77 | 37 | 215 | 141 | 43 |
| Binary | 11 | 10101111 | 1000000 | 1100010 | 0 | 111111 | 11111 | 10001101 | 1100001 | 100011 |
Color Harmonies of #03AF40
Complementary color
Monochromatic Colors of #03AF40
Black with #03AF40
Text Example
Text Example
White with #03AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AF40; }
p { color: rgb(3,175,64); }
H1.HeaderClassName
{
color: #03AF40;
}
.AnyTagClassName
{
color: #03AF40;
}
</style>
background-color css
<style>
a { background-color: #03AF40; }
a { background-color: rgb(3,175,64); }
div.DivClassName
{
background-color: #03AF40;
}
.BgClassName
{
background-color: #03AF40;
}
</style>
border-color css
<style>
span { border-color: #03AF40; }
span { border-color: rgb(3,175,64); }
td.TdClassName
{
border-color: #03AF40;
}
.TagClassName
{
border-color: #03AF40;
}
</style>