Shades of Dark Pastel Green #1CBE4A
Tints of Dark Pastel Green #1CBE4A
RGB
CMYK
RGB Variations
Color information
#1CBE4A (or 0x1CBE4A) is known color: Dark Pastel Green. HEX triplet: 1C, BE and 4A. RGB value is (28,190,74). Sum of RGB (Red+Green+Blue) = 28+190+74=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBE4A is #E341B5. Grayscale: #808080. Windows color (decimal): -14893494 or 4898332. OLE color: 4898332.
HSL color Cylindrical-coordinate representation of color #1CBE4A: hue angle of 137.04º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBE4A is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 190 | 74 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.25 |
| HSL | 137.04º | 0.74% | 0.43% | - |
| HSV(B) | 137.04º | 0.85% | 0.75% | - |
| XYZ | 20.13 | 37.57 | 12.67 | - |
| YUV | 128.34 | 97.33 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 74 | 0.85 | 0 | 0.61 | 0.25 | 137.04 | 0.74 | 0.43 |
| Hex | 1C | BE | 4A | 55 | 0 | 3D | 19 | 89 | 4A | 2B |
| Octal | 34 | 276 | 112 | 125 | 0 | 75 | 31 | 211 | 112 | 53 |
| Binary | 11100 | 10111110 | 1001010 | 1010101 | 0 | 111101 | 11001 | 10001001 | 1001010 | 101011 |
Color Harmonies of #1CBE4A
Complementary color
Monochromatic Colors of #1CBE4A
Black with #1CBE4A
Text Example
Text Example
White with #1CBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBE4A; }
p { color: rgb(28,190,74); }
H1.HeaderClassName
{
color: #1CBE4A;
}
.AnyTagClassName
{
color: #1CBE4A;
}
</style>
background-color css
<style>
a { background-color: #1CBE4A; }
a { background-color: rgb(28,190,74); }
div.DivClassName
{
background-color: #1CBE4A;
}
.BgClassName
{
background-color: #1CBE4A;
}
</style>
border-color css
<style>
span { border-color: #1CBE4A; }
span { border-color: rgb(28,190,74); }
td.TdClassName
{
border-color: #1CBE4A;
}
.TagClassName
{
border-color: #1CBE4A;
}
</style>