Shades of Dark Pastel Green #04CB26
Tints of Dark Pastel Green #04CB26
RGB
CMYK
RGB Variations
Color information
#04CB26 (or 0x04CB26) is known color: Dark Pastel Green. HEX triplet: 04, CB and 26. RGB value is (4,203,38). Sum of RGB (Red+Green+Blue) = 4+203+38=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 203 (79.69% from 255 or 82.86% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CB26 is #FB34D9. Grayscale: #7D7D7D. Windows color (decimal): -16463066 or 2542340. OLE color: 2542340.
HSL color Cylindrical-coordinate representation of color #04CB26: hue angle of 130.25º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB26 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 38 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.20 |
| HSL | 130.25º | 0.96% | 0.41% | - |
| HSV(B) | 130.25º | 0.98% | 0.8% | - |
| XYZ | 21.76 | 42.88 | 8.96 | - |
| YUV | 124.69 | 79.07 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 38 | 0.98 | 0 | 0.81 | 0.20 | 130.25 | 0.96 | 0.41 |
| Hex | 4 | CB | 26 | 62 | 0 | 51 | 14 | 82 | 60 | 29 |
| Octal | 4 | 313 | 46 | 142 | 0 | 121 | 24 | 202 | 140 | 51 |
| Binary | 100 | 11001011 | 100110 | 1100010 | 0 | 1010001 | 10100 | 10000010 | 1100000 | 101001 |
Color Harmonies of #04CB26
Complementary color
Monochromatic Colors of #04CB26
Black with #04CB26
Text Example
Text Example
White with #04CB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB26; }
p { color: rgb(4,203,38); }
H1.HeaderClassName
{
color: #04CB26;
}
.AnyTagClassName
{
color: #04CB26;
}
</style>
background-color css
<style>
a { background-color: #04CB26; }
a { background-color: rgb(4,203,38); }
div.DivClassName
{
background-color: #04CB26;
}
.BgClassName
{
background-color: #04CB26;
}
</style>
border-color css
<style>
span { border-color: #04CB26; }
span { border-color: rgb(4,203,38); }
td.TdClassName
{
border-color: #04CB26;
}
.TagClassName
{
border-color: #04CB26;
}
</style>