Shades of Dark Pastel Green #1BAF3C
Tints of Dark Pastel Green #1BAF3C
RGB
CMYK
RGB Variations
Color information
#1BAF3C (or 0x1BAF3C) is known color: Dark Pastel Green. HEX triplet: 1B, AF and 3C. RGB value is (27,175,60). Sum of RGB (Red+Green+Blue) = 27+175+60=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF3C is #E450C3. Grayscale: #757575. Windows color (decimal): -14962884 or 3976987. OLE color: 3976987.
HSL color Cylindrical-coordinate representation of color #1BAF3C: hue angle of 133.38º 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 #1BAF3C is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 60 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.31 |
| HSL | 133.38º | 0.73% | 0.4% | - |
| HSV(B) | 133.38º | 0.85% | 0.69% | - |
| XYZ | 16.6 | 31.22 | 9.43 | - |
| YUV | 117.64 | 95.47 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 60 | 0.85 | 0 | 0.66 | 0.31 | 133.38 | 0.73 | 0.4 |
| Hex | 1B | AF | 3C | 55 | 0 | 42 | 1F | 85 | 49 | 28 |
| Octal | 33 | 257 | 74 | 125 | 0 | 102 | 37 | 205 | 111 | 50 |
| Binary | 11011 | 10101111 | 111100 | 1010101 | 0 | 1000010 | 11111 | 10000101 | 1001001 | 101000 |
Color Harmonies of #1BAF3C
Complementary color
Monochromatic Colors of #1BAF3C
Black with #1BAF3C
Text Example
Text Example
White with #1BAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF3C; }
p { color: rgb(27,175,60); }
H1.HeaderClassName
{
color: #1BAF3C;
}
.AnyTagClassName
{
color: #1BAF3C;
}
</style>
background-color css
<style>
a { background-color: #1BAF3C; }
a { background-color: rgb(27,175,60); }
div.DivClassName
{
background-color: #1BAF3C;
}
.BgClassName
{
background-color: #1BAF3C;
}
</style>
border-color css
<style>
span { border-color: #1BAF3C; }
span { border-color: rgb(27,175,60); }
td.TdClassName
{
border-color: #1BAF3C;
}
.TagClassName
{
border-color: #1BAF3C;
}
</style>