Shades of Dark Pastel Green #1CBA34
Tints of Dark Pastel Green #1CBA34
RGB
CMYK
RGB Variations
Color information
#1CBA34 (or 0x1CBA34) is known color: Dark Pastel Green. HEX triplet: 1C, BA and 34. RGB value is (28,186,52). Sum of RGB (Red+Green+Blue) = 28+186+52=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA34 is #E345CB. Grayscale: #7B7B7B. Windows color (decimal): -14894540 or 3455516. OLE color: 3455516.
HSL color Cylindrical-coordinate representation of color #1CBA34: hue angle of 129.11º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA34 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 52 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.27 |
| HSL | 129.11º | 0.74% | 0.42% | - |
| HSV(B) | 129.11º | 0.85% | 0.73% | - |
| XYZ | 18.66 | 35.61 | 9.14 | - |
| YUV | 123.48 | 87.65 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 52 | 0.85 | 0 | 0.72 | 0.27 | 129.11 | 0.74 | 0.42 |
| Hex | 1C | BA | 34 | 55 | 0 | 48 | 1B | 81 | 4A | 2A |
| Octal | 34 | 272 | 64 | 125 | 0 | 110 | 33 | 201 | 112 | 52 |
| Binary | 11100 | 10111010 | 110100 | 1010101 | 0 | 1001000 | 11011 | 10000001 | 1001010 | 101010 |
Color Harmonies of #1CBA34
Complementary color
Monochromatic Colors of #1CBA34
Black with #1CBA34
Text Example
Text Example
White with #1CBA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA34; }
p { color: rgb(28,186,52); }
H1.HeaderClassName
{
color: #1CBA34;
}
.AnyTagClassName
{
color: #1CBA34;
}
</style>
background-color css
<style>
a { background-color: #1CBA34; }
a { background-color: rgb(28,186,52); }
div.DivClassName
{
background-color: #1CBA34;
}
.BgClassName
{
background-color: #1CBA34;
}
</style>
border-color css
<style>
span { border-color: #1CBA34; }
span { border-color: rgb(28,186,52); }
td.TdClassName
{
border-color: #1CBA34;
}
.TagClassName
{
border-color: #1CBA34;
}
</style>