Shades of Dark Pastel Green #08CA28
Tints of Dark Pastel Green #08CA28
RGB
CMYK
RGB Variations
Color information
#08CA28 (or 0x08CA28) is known color: Dark Pastel Green. HEX triplet: 08, CA and 28. RGB value is (8,202,40). Sum of RGB (Red+Green+Blue) = 8+202+40=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA28 is #F735D7. Grayscale: #7D7D7D. Windows color (decimal): -16201176 or 2673160. OLE color: 2673160.
HSL color Cylindrical-coordinate representation of color #08CA28: hue angle of 129.9º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CA28 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 40 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.21 |
| HSL | 129.9º | 0.92% | 0.41% | - |
| HSV(B) | 129.9º | 0.96% | 0.79% | - |
| XYZ | 21.6 | 42.45 | 9.06 | - |
| YUV | 125.53 | 79.73 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 40 | 0.96 | 0 | 0.80 | 0.21 | 129.9 | 0.92 | 0.41 |
| Hex | 8 | CA | 28 | 60 | 0 | 50 | 15 | 82 | 5C | 29 |
| Octal | 10 | 312 | 50 | 140 | 0 | 120 | 25 | 202 | 134 | 51 |
| Binary | 1000 | 11001010 | 101000 | 1100000 | 0 | 1010000 | 10101 | 10000010 | 1011100 | 101001 |
Color Harmonies of #08CA28
Complementary color
Monochromatic Colors of #08CA28
Black with #08CA28
Text Example
Text Example
White with #08CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA28; }
p { color: rgb(8,202,40); }
H1.HeaderClassName
{
color: #08CA28;
}
.AnyTagClassName
{
color: #08CA28;
}
</style>
background-color css
<style>
a { background-color: #08CA28; }
a { background-color: rgb(8,202,40); }
div.DivClassName
{
background-color: #08CA28;
}
.BgClassName
{
background-color: #08CA28;
}
</style>
border-color css
<style>
span { border-color: #08CA28; }
span { border-color: rgb(8,202,40); }
td.TdClassName
{
border-color: #08CA28;
}
.TagClassName
{
border-color: #08CA28;
}
</style>