Shades of Dark Pastel Green #08C742
Tints of Dark Pastel Green #08C742
RGB
CMYK
RGB Variations
Color information
#08C742 (or 0x08C742) is known color: Dark Pastel Green. HEX triplet: 08, C7 and 42. RGB value is (8,199,66). Sum of RGB (Red+Green+Blue) = 8+199+66=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 199 (78.12% from 255 or 72.89% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 199 - color contains mainly: green. Hex color #08C742 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C742 is #F738BD. Grayscale: #7F7F7F. Windows color (decimal): -16201918 or 4376328. OLE color: 4376328.
HSL color Cylindrical-coordinate representation of color #08C742: hue angle of 138.22º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C742 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 199 | 66 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.22 |
| HSL | 138.22º | 0.92% | 0.41% | - |
| HSV(B) | 138.22º | 0.96% | 0.78% | - |
| XYZ | 21.51 | 41.29 | 11.99 | - |
| YUV | 126.73 | 93.72 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 66 | 0.96 | 0 | 0.67 | 0.22 | 138.22 | 0.92 | 0.41 |
| Hex | 8 | C7 | 42 | 60 | 0 | 43 | 16 | 8A | 5C | 29 |
| Octal | 10 | 307 | 102 | 140 | 0 | 103 | 26 | 212 | 134 | 51 |
| Binary | 1000 | 11000111 | 1000010 | 1100000 | 0 | 1000011 | 10110 | 10001010 | 1011100 | 101001 |
Color Harmonies of #08C742
Complementary color
Monochromatic Colors of #08C742
Black with #08C742
Text Example
Text Example
White with #08C742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C742; }
p { color: rgb(8,199,66); }
H1.HeaderClassName
{
color: #08C742;
}
.AnyTagClassName
{
color: #08C742;
}
</style>
background-color css
<style>
a { background-color: #08C742; }
a { background-color: rgb(8,199,66); }
div.DivClassName
{
background-color: #08C742;
}
.BgClassName
{
background-color: #08C742;
}
</style>
border-color css
<style>
span { border-color: #08C742; }
span { border-color: rgb(8,199,66); }
td.TdClassName
{
border-color: #08C742;
}
.TagClassName
{
border-color: #08C742;
}
</style>