Shades of Dark Pastel Green #03AF32
Tints of Dark Pastel Green #03AF32
RGB
CMYK
RGB Variations
Color information
#03AF32 (or 0x03AF32) is known color: Dark Pastel Green. HEX triplet: 03, AF and 32. RGB value is (3,175,50). Sum of RGB (Red+Green+Blue) = 3+175+50=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 175 (68.75% from 255 or 76.75% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AF32 is #FC50CD. Grayscale: #6D6D6D. Windows color (decimal): -16535758 or 3321603. OLE color: 3321603.
HSL color Cylindrical-coordinate representation of color #03AF32: hue angle of 136.4º 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 #03AF32 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 175 | 50 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.31 |
| HSL | 136.4º | 0.97% | 0.35% | - |
| HSV(B) | 136.4º | 0.98% | 0.69% | - |
| XYZ | 15.94 | 30.91 | 8.14 | - |
| YUV | 109.32 | 94.52 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 50 | 0.98 | 0 | 0.71 | 0.31 | 136.4 | 0.97 | 0.35 |
| Hex | 3 | AF | 32 | 62 | 0 | 47 | 1F | 88 | 61 | 23 |
| Octal | 3 | 257 | 62 | 142 | 0 | 107 | 37 | 210 | 141 | 43 |
| Binary | 11 | 10101111 | 110010 | 1100010 | 0 | 1000111 | 11111 | 10001000 | 1100001 | 100011 |
Color Harmonies of #03AF32
Complementary color
Monochromatic Colors of #03AF32
Black with #03AF32
Text Example
Text Example
White with #03AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AF32; }
p { color: rgb(3,175,50); }
H1.HeaderClassName
{
color: #03AF32;
}
.AnyTagClassName
{
color: #03AF32;
}
</style>
background-color css
<style>
a { background-color: #03AF32; }
a { background-color: rgb(3,175,50); }
div.DivClassName
{
background-color: #03AF32;
}
.BgClassName
{
background-color: #03AF32;
}
</style>
border-color css
<style>
span { border-color: #03AF32; }
span { border-color: rgb(3,175,50); }
td.TdClassName
{
border-color: #03AF32;
}
.TagClassName
{
border-color: #03AF32;
}
</style>