Shades of Dark Pastel Green #03AF2D
Tints of Dark Pastel Green #03AF2D
RGB
CMYK
RGB Variations
Color information
#03AF2D (or 0x03AF2D) is known color: Dark Pastel Green. HEX triplet: 03, AF and 2D. RGB value is (3,175,45). Sum of RGB (Red+Green+Blue) = 3+175+45=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 175 (68.75% from 255 or 78.48% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AF2D is #FC50D2. Grayscale: #6D6D6D. Windows color (decimal): -16535763 or 2993923. OLE color: 2993923.
HSL color Cylindrical-coordinate representation of color #03AF2D: hue angle of 134.65º 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 #03AF2D is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 175 | 45 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.31 |
| HSL | 134.65º | 0.97% | 0.35% | - |
| HSV(B) | 134.65º | 0.98% | 0.69% | - |
| XYZ | 15.84 | 30.87 | 7.61 | - |
| YUV | 108.75 | 92.02 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 45 | 0.98 | 0 | 0.74 | 0.31 | 134.65 | 0.97 | 0.35 |
| Hex | 3 | AF | 2D | 62 | 0 | 4A | 1F | 87 | 61 | 23 |
| Octal | 3 | 257 | 55 | 142 | 0 | 112 | 37 | 207 | 141 | 43 |
| Binary | 11 | 10101111 | 101101 | 1100010 | 0 | 1001010 | 11111 | 10000111 | 1100001 | 100011 |
Color Harmonies of #03AF2D
Complementary color
Monochromatic Colors of #03AF2D
Black with #03AF2D
Text Example
Text Example
White with #03AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AF2D; }
p { color: rgb(3,175,45); }
H1.HeaderClassName
{
color: #03AF2D;
}
.AnyTagClassName
{
color: #03AF2D;
}
</style>
background-color css
<style>
a { background-color: #03AF2D; }
a { background-color: rgb(3,175,45); }
div.DivClassName
{
background-color: #03AF2D;
}
.BgClassName
{
background-color: #03AF2D;
}
</style>
border-color css
<style>
span { border-color: #03AF2D; }
span { border-color: rgb(3,175,45); }
td.TdClassName
{
border-color: #03AF2D;
}
.TagClassName
{
border-color: #03AF2D;
}
</style>