Shades of Dark Pastel Green #1BB64A
Tints of Dark Pastel Green #1BB64A
RGB
CMYK
RGB Variations
Color information
#1BB64A (or 0x1BB64A) is known color: Dark Pastel Green. HEX triplet: 1B, B6 and 4A. RGB value is (27,182,74). Sum of RGB (Red+Green+Blue) = 27+182+74=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #1BB64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB64A is #E449B5. Grayscale: #7B7B7B. Windows color (decimal): -14961078 or 4896283. OLE color: 4896283.
HSL color Cylindrical-coordinate representation of color #1BB64A: hue angle of 138.19º 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 #1BB64A is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 182 | 74 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.29 |
| HSL | 138.19º | 0.74% | 0.41% | - |
| HSV(B) | 138.19º | 0.85% | 0.71% | - |
| XYZ | 18.42 | 34.18 | 12.11 | - |
| YUV | 123.34 | 100.15 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 182 | 74 | 0.85 | 0 | 0.59 | 0.29 | 138.19 | 0.74 | 0.41 |
| Hex | 1B | B6 | 4A | 55 | 0 | 3B | 1D | 8A | 4A | 29 |
| Octal | 33 | 266 | 112 | 125 | 0 | 73 | 35 | 212 | 112 | 51 |
| Binary | 11011 | 10110110 | 1001010 | 1010101 | 0 | 111011 | 11101 | 10001010 | 1001010 | 101001 |
Color Harmonies of #1BB64A
Complementary color
Monochromatic Colors of #1BB64A
Black with #1BB64A
Text Example
Text Example
White with #1BB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB64A; }
p { color: rgb(27,182,74); }
H1.HeaderClassName
{
color: #1BB64A;
}
.AnyTagClassName
{
color: #1BB64A;
}
</style>
background-color css
<style>
a { background-color: #1BB64A; }
a { background-color: rgb(27,182,74); }
div.DivClassName
{
background-color: #1BB64A;
}
.BgClassName
{
background-color: #1BB64A;
}
</style>
border-color css
<style>
span { border-color: #1BB64A; }
span { border-color: rgb(27,182,74); }
td.TdClassName
{
border-color: #1BB64A;
}
.TagClassName
{
border-color: #1BB64A;
}
</style>