Shades of Dark Pastel Green #1BB348
Tints of Dark Pastel Green #1BB348
RGB
CMYK
RGB Variations
Color information
#1BB348 (or 0x1BB348) is known color: Dark Pastel Green. HEX triplet: 1B, B3 and 48. RGB value is (27,179,72). Sum of RGB (Red+Green+Blue) = 27+179+72=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB348 is #E44CB7. Grayscale: #797979. Windows color (decimal): -14961848 or 4764443. OLE color: 4764443.
HSL color Cylindrical-coordinate representation of color #1BB348: hue angle of 137.76º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB348 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 72 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.30 |
| HSL | 137.76º | 0.74% | 0.4% | - |
| HSV(B) | 137.76º | 0.85% | 0.7% | - |
| XYZ | 17.74 | 32.94 | 11.55 | - |
| YUV | 121.35 | 100.14 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 72 | 0.85 | 0 | 0.60 | 0.30 | 137.76 | 0.74 | 0.4 |
| Hex | 1B | B3 | 48 | 55 | 0 | 3C | 1E | 8A | 4A | 28 |
| Octal | 33 | 263 | 110 | 125 | 0 | 74 | 36 | 212 | 112 | 50 |
| Binary | 11011 | 10110011 | 1001000 | 1010101 | 0 | 111100 | 11110 | 10001010 | 1001010 | 101000 |
Color Harmonies of #1BB348
Complementary color
Monochromatic Colors of #1BB348
Black with #1BB348
Text Example
Text Example
White with #1BB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB348; }
p { color: rgb(27,179,72); }
H1.HeaderClassName
{
color: #1BB348;
}
.AnyTagClassName
{
color: #1BB348;
}
</style>
background-color css
<style>
a { background-color: #1BB348; }
a { background-color: rgb(27,179,72); }
div.DivClassName
{
background-color: #1BB348;
}
.BgClassName
{
background-color: #1BB348;
}
</style>
border-color css
<style>
span { border-color: #1BB348; }
span { border-color: rgb(27,179,72); }
td.TdClassName
{
border-color: #1BB348;
}
.TagClassName
{
border-color: #1BB348;
}
</style>