Shades of Dark Pastel Green #1BAF30
Tints of Dark Pastel Green #1BAF30
RGB
CMYK
RGB Variations
Color information
#1BAF30 (or 0x1BAF30) is known color: Dark Pastel Green. HEX triplet: 1B, AF and 30. RGB value is (27,175,48). Sum of RGB (Red+Green+Blue) = 27+175+48=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF30 is #E450CF. Grayscale: #747474. Windows color (decimal): -14962896 or 3190555. OLE color: 3190555.
HSL color Cylindrical-coordinate representation of color #1BAF30: hue angle of 128.51º 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 #1BAF30 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 48 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.31 |
| HSL | 128.51º | 0.73% | 0.4% | - |
| HSV(B) | 128.51º | 0.85% | 0.69% | - |
| XYZ | 16.32 | 31.11 | 7.94 | - |
| YUV | 116.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 48 | 0.85 | 0 | 0.73 | 0.31 | 128.51 | 0.73 | 0.4 |
| Hex | 1B | AF | 30 | 55 | 0 | 49 | 1F | 81 | 49 | 28 |
| Octal | 33 | 257 | 60 | 125 | 0 | 111 | 37 | 201 | 111 | 50 |
| Binary | 11011 | 10101111 | 110000 | 1010101 | 0 | 1001001 | 11111 | 10000001 | 1001001 | 101000 |
Color Harmonies of #1BAF30
Complementary color
Monochromatic Colors of #1BAF30
Black with #1BAF30
Text Example
Text Example
White with #1BAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF30; }
p { color: rgb(27,175,48); }
H1.HeaderClassName
{
color: #1BAF30;
}
.AnyTagClassName
{
color: #1BAF30;
}
</style>
background-color css
<style>
a { background-color: #1BAF30; }
a { background-color: rgb(27,175,48); }
div.DivClassName
{
background-color: #1BAF30;
}
.BgClassName
{
background-color: #1BAF30;
}
</style>
border-color css
<style>
span { border-color: #1BAF30; }
span { border-color: rgb(27,175,48); }
td.TdClassName
{
border-color: #1BAF30;
}
.TagClassName
{
border-color: #1BAF30;
}
</style>