Shades of Dark Pastel Green #1BAF4A
Tints of Dark Pastel Green #1BAF4A
RGB
CMYK
RGB Variations
Color information
#1BAF4A (or 0x1BAF4A) is known color: Dark Pastel Green. HEX triplet: 1B, AF and 4A. RGB value is (27,175,74). Sum of RGB (Red+Green+Blue) = 27+175+74=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF4A is #E450B5. Grayscale: #777777. Windows color (decimal): -14962870 or 4894491. OLE color: 4894491.
HSL color Cylindrical-coordinate representation of color #1BAF4A: hue angle of 139.05º 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 #1BAF4A is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 74 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.31 |
| HSL | 139.05º | 0.73% | 0.4% | - |
| HSV(B) | 139.05º | 0.85% | 0.69% | - |
| XYZ | 17.02 | 31.39 | 11.64 | - |
| YUV | 119.23 | 102.47 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 74 | 0.85 | 0 | 0.58 | 0.31 | 139.05 | 0.73 | 0.4 |
| Hex | 1B | AF | 4A | 55 | 0 | 3A | 1F | 8B | 49 | 28 |
| Octal | 33 | 257 | 112 | 125 | 0 | 72 | 37 | 213 | 111 | 50 |
| Binary | 11011 | 10101111 | 1001010 | 1010101 | 0 | 111010 | 11111 | 10001011 | 1001001 | 101000 |
Color Harmonies of #1BAF4A
Complementary color
Monochromatic Colors of #1BAF4A
Black with #1BAF4A
Text Example
Text Example
White with #1BAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF4A; }
p { color: rgb(27,175,74); }
H1.HeaderClassName
{
color: #1BAF4A;
}
.AnyTagClassName
{
color: #1BAF4A;
}
</style>
background-color css
<style>
a { background-color: #1BAF4A; }
a { background-color: rgb(27,175,74); }
div.DivClassName
{
background-color: #1BAF4A;
}
.BgClassName
{
background-color: #1BAF4A;
}
</style>
border-color css
<style>
span { border-color: #1BAF4A; }
span { border-color: rgb(27,175,74); }
td.TdClassName
{
border-color: #1BAF4A;
}
.TagClassName
{
border-color: #1BAF4A;
}
</style>