Shades of Dark Pastel Green #1BB338
Tints of Dark Pastel Green #1BB338
RGB
CMYK
RGB Variations
Color information
#1BB338 (or 0x1BB338) is known color: Dark Pastel Green. HEX triplet: 1B, B3 and 38. RGB value is (27,179,56). Sum of RGB (Red+Green+Blue) = 27+179+56=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 179 (70.31% from 255 or 68.32% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB338 is #E44CC7. Grayscale: #777777. Windows color (decimal): -14961864 or 3715867. OLE color: 3715867.
HSL color Cylindrical-coordinate representation of color #1BB338: hue angle of 131.45º 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 #1BB338 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 56 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.30 |
| HSL | 131.45º | 0.74% | 0.4% | - |
| HSV(B) | 131.45º | 0.85% | 0.7% | - |
| XYZ | 17.29 | 32.76 | 9.15 | - |
| YUV | 119.53 | 92.14 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 56 | 0.85 | 0 | 0.69 | 0.30 | 131.45 | 0.74 | 0.4 |
| Hex | 1B | B3 | 38 | 55 | 0 | 45 | 1E | 83 | 4A | 28 |
| Octal | 33 | 263 | 70 | 125 | 0 | 105 | 36 | 203 | 112 | 50 |
| Binary | 11011 | 10110011 | 111000 | 1010101 | 0 | 1000101 | 11110 | 10000011 | 1001010 | 101000 |
Color Harmonies of #1BB338
Complementary color
Monochromatic Colors of #1BB338
Black with #1BB338
Text Example
Text Example
White with #1BB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB338; }
p { color: rgb(27,179,56); }
H1.HeaderClassName
{
color: #1BB338;
}
.AnyTagClassName
{
color: #1BB338;
}
</style>
background-color css
<style>
a { background-color: #1BB338; }
a { background-color: rgb(27,179,56); }
div.DivClassName
{
background-color: #1BB338;
}
.BgClassName
{
background-color: #1BB338;
}
</style>
border-color css
<style>
span { border-color: #1BB338; }
span { border-color: rgb(27,179,56); }
td.TdClassName
{
border-color: #1BB338;
}
.TagClassName
{
border-color: #1BB338;
}
</style>