Shades of Dark Pastel Green #1BB434
Tints of Dark Pastel Green #1BB434
RGB
CMYK
RGB Variations
Color information
#1BB434 (or 0x1BB434) is known color: Dark Pastel Green. HEX triplet: 1B, B4 and 34. RGB value is (27,180,52). Sum of RGB (Red+Green+Blue) = 27+180+52=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB434 is #E44BCB. Grayscale: #787878. Windows color (decimal): -14961612 or 3453979. OLE color: 3453979.
HSL color Cylindrical-coordinate representation of color #1BB434: hue angle of 129.8º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB434 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 180 | 52 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.29 |
| HSL | 129.8º | 0.74% | 0.41% | - |
| HSV(B) | 129.8º | 0.85% | 0.71% | - |
| XYZ | 17.39 | 33.12 | 8.73 | - |
| YUV | 119.66 | 89.81 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 52 | 0.85 | 0 | 0.71 | 0.29 | 129.8 | 0.74 | 0.41 |
| Hex | 1B | B4 | 34 | 55 | 0 | 47 | 1D | 82 | 4A | 29 |
| Octal | 33 | 264 | 64 | 125 | 0 | 107 | 35 | 202 | 112 | 51 |
| Binary | 11011 | 10110100 | 110100 | 1010101 | 0 | 1000111 | 11101 | 10000010 | 1001010 | 101001 |
Color Harmonies of #1BB434
Complementary color
Monochromatic Colors of #1BB434
Black with #1BB434
Text Example
Text Example
White with #1BB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB434; }
p { color: rgb(27,180,52); }
H1.HeaderClassName
{
color: #1BB434;
}
.AnyTagClassName
{
color: #1BB434;
}
</style>
background-color css
<style>
a { background-color: #1BB434; }
a { background-color: rgb(27,180,52); }
div.DivClassName
{
background-color: #1BB434;
}
.BgClassName
{
background-color: #1BB434;
}
</style>
border-color css
<style>
span { border-color: #1BB434; }
span { border-color: rgb(27,180,52); }
td.TdClassName
{
border-color: #1BB434;
}
.TagClassName
{
border-color: #1BB434;
}
</style>