Shades of Dark Pastel Green #1BAF33
Tints of Dark Pastel Green #1BAF33
RGB
CMYK
RGB Variations
Color information
#1BAF33 (or 0x1BAF33) is known color: Dark Pastel Green. HEX triplet: 1B, AF and 33. RGB value is (27,175,51). Sum of RGB (Red+Green+Blue) = 27+175+51=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF33 is #E450CC. Grayscale: #747474. Windows color (decimal): -14962893 or 3387163. OLE color: 3387163.
HSL color Cylindrical-coordinate representation of color #1BAF33: hue angle of 129.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF33 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 51 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.31 |
| HSL | 129.73º | 0.73% | 0.4% | - |
| HSV(B) | 129.73º | 0.85% | 0.69% | - |
| XYZ | 16.38 | 31.13 | 8.28 | - |
| YUV | 116.61 | 90.97 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 51 | 0.85 | 0 | 0.71 | 0.31 | 129.73 | 0.73 | 0.4 |
| Hex | 1B | AF | 33 | 55 | 0 | 47 | 1F | 82 | 49 | 28 |
| Octal | 33 | 257 | 63 | 125 | 0 | 107 | 37 | 202 | 111 | 50 |
| Binary | 11011 | 10101111 | 110011 | 1010101 | 0 | 1000111 | 11111 | 10000010 | 1001001 | 101000 |
Color Harmonies of #1BAF33
Complementary color
Monochromatic Colors of #1BAF33
Black with #1BAF33
Text Example
Text Example
White with #1BAF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF33; }
p { color: rgb(27,175,51); }
H1.HeaderClassName
{
color: #1BAF33;
}
.AnyTagClassName
{
color: #1BAF33;
}
</style>
background-color css
<style>
a { background-color: #1BAF33; }
a { background-color: rgb(27,175,51); }
div.DivClassName
{
background-color: #1BAF33;
}
.BgClassName
{
background-color: #1BAF33;
}
</style>
border-color css
<style>
span { border-color: #1BAF33; }
span { border-color: rgb(27,175,51); }
td.TdClassName
{
border-color: #1BAF33;
}
.TagClassName
{
border-color: #1BAF33;
}
</style>