Shades of Dark Pastel Green #1BAE35
Tints of Dark Pastel Green #1BAE35
RGB
CMYK
RGB Variations
Color information
#1BAE35 (or 0x1BAE35) is known color: Dark Pastel Green. HEX triplet: 1B, AE and 35. RGB value is (27,174,53). Sum of RGB (Red+Green+Blue) = 27+174+53=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE35 is #E451CA. Grayscale: #747474. Windows color (decimal): -14963147 or 3517979. OLE color: 3517979.
HSL color Cylindrical-coordinate representation of color #1BAE35: hue angle of 130.61º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE35 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 53 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.32 |
| HSL | 130.61º | 0.73% | 0.39% | - |
| HSV(B) | 130.61º | 0.84% | 0.68% | - |
| XYZ | 16.23 | 30.76 | 8.45 | - |
| YUV | 116.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 53 | 0.84 | 0 | 0.70 | 0.32 | 130.61 | 0.73 | 0.39 |
| Hex | 1B | AE | 35 | 54 | 0 | 46 | 20 | 83 | 49 | 27 |
| Octal | 33 | 256 | 65 | 124 | 0 | 106 | 40 | 203 | 111 | 47 |
| Binary | 11011 | 10101110 | 110101 | 1010100 | 0 | 1000110 | 100000 | 10000011 | 1001001 | 100111 |
Color Harmonies of #1BAE35
Complementary color
Monochromatic Colors of #1BAE35
Black with #1BAE35
Text Example
Text Example
White with #1BAE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE35; }
p { color: rgb(27,174,53); }
H1.HeaderClassName
{
color: #1BAE35;
}
.AnyTagClassName
{
color: #1BAE35;
}
</style>
background-color css
<style>
a { background-color: #1BAE35; }
a { background-color: rgb(27,174,53); }
div.DivClassName
{
background-color: #1BAE35;
}
.BgClassName
{
background-color: #1BAE35;
}
</style>
border-color css
<style>
span { border-color: #1BAE35; }
span { border-color: rgb(27,174,53); }
td.TdClassName
{
border-color: #1BAE35;
}
.TagClassName
{
border-color: #1BAE35;
}
</style>