Shades of Dark Pastel Green #08CA2D
Tints of Dark Pastel Green #08CA2D
RGB
CMYK
RGB Variations
Color information
#08CA2D (or 0x08CA2D) is known color: Dark Pastel Green. HEX triplet: 08, CA and 2D. RGB value is (8,202,45). Sum of RGB (Red+Green+Blue) = 8+202+45=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA2D is #F735D2. Grayscale: #7E7E7E. Windows color (decimal): -16201171 or 3000840. OLE color: 3000840.
HSL color Cylindrical-coordinate representation of color #08CA2D: hue angle of 131.44º 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 #08CA2D is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 45 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.21 |
| HSL | 131.44º | 0.92% | 0.41% | - |
| HSV(B) | 131.44º | 0.96% | 0.79% | - |
| XYZ | 21.69 | 42.48 | 9.54 | - |
| YUV | 126.1 | 82.23 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 45 | 0.96 | 0 | 0.78 | 0.21 | 131.44 | 0.92 | 0.41 |
| Hex | 8 | CA | 2D | 60 | 0 | 4E | 15 | 83 | 5C | 29 |
| Octal | 10 | 312 | 55 | 140 | 0 | 116 | 25 | 203 | 134 | 51 |
| Binary | 1000 | 11001010 | 101101 | 1100000 | 0 | 1001110 | 10101 | 10000011 | 1011100 | 101001 |
Color Harmonies of #08CA2D
Complementary color
Monochromatic Colors of #08CA2D
Black with #08CA2D
Text Example
Text Example
White with #08CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA2D; }
p { color: rgb(8,202,45); }
H1.HeaderClassName
{
color: #08CA2D;
}
.AnyTagClassName
{
color: #08CA2D;
}
</style>
background-color css
<style>
a { background-color: #08CA2D; }
a { background-color: rgb(8,202,45); }
div.DivClassName
{
background-color: #08CA2D;
}
.BgClassName
{
background-color: #08CA2D;
}
</style>
border-color css
<style>
span { border-color: #08CA2D; }
span { border-color: rgb(8,202,45); }
td.TdClassName
{
border-color: #08CA2D;
}
.TagClassName
{
border-color: #08CA2D;
}
</style>