Shades of Dark Pastel Green #08AF2D
Tints of Dark Pastel Green #08AF2D
RGB
CMYK
RGB Variations
Color information
#08AF2D (or 0x08AF2D) is known color: Dark Pastel Green. HEX triplet: 08, AF and 2D. RGB value is (8,175,45). Sum of RGB (Red+Green+Blue) = 8+175+45=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 175 (68.75% from 255 or 76.75% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AF2D is #F750D2. Grayscale: #6E6E6E. Windows color (decimal): -16208083 or 2993928. OLE color: 2993928.
HSL color Cylindrical-coordinate representation of color #08AF2D: hue angle of 133.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AF2D is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 175 | 45 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.31 |
| HSL | 133.29º | 0.91% | 0.36% | - |
| HSV(B) | 133.29º | 0.95% | 0.69% | - |
| XYZ | 15.9 | 30.9 | 7.61 | - |
| YUV | 110.25 | 91.17 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 175 | 45 | 0.95 | 0 | 0.74 | 0.31 | 133.29 | 0.91 | 0.36 |
| Hex | 8 | AF | 2D | 5F | 0 | 4A | 1F | 85 | 5B | 24 |
| Octal | 10 | 257 | 55 | 137 | 0 | 112 | 37 | 205 | 133 | 44 |
| Binary | 1000 | 10101111 | 101101 | 1011111 | 0 | 1001010 | 11111 | 10000101 | 1011011 | 100100 |
Color Harmonies of #08AF2D
Complementary color
Monochromatic Colors of #08AF2D
Black with #08AF2D
Text Example
Text Example
White with #08AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AF2D; }
p { color: rgb(8,175,45); }
H1.HeaderClassName
{
color: #08AF2D;
}
.AnyTagClassName
{
color: #08AF2D;
}
</style>
background-color css
<style>
a { background-color: #08AF2D; }
a { background-color: rgb(8,175,45); }
div.DivClassName
{
background-color: #08AF2D;
}
.BgClassName
{
background-color: #08AF2D;
}
</style>
border-color css
<style>
span { border-color: #08AF2D; }
span { border-color: rgb(8,175,45); }
td.TdClassName
{
border-color: #08AF2D;
}
.TagClassName
{
border-color: #08AF2D;
}
</style>