Shades of Fun Green #1B5F40
Tints of Fun Green #1B5F40
RGB
CMYK
RGB Variations
Color information
#1B5F40 (or 0x1B5F40) is known color: Fun Green. HEX triplet: 1B, 5F and 40. RGB value is (27,95,64). Sum of RGB (Red+Green+Blue) = 27+95+64=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5F40 is #E4A0BF. Grayscale: #474747. Windows color (decimal): -14983360 or 4218651. OLE color: 4218651.
HSL color Cylindrical-coordinate representation of color #1B5F40: hue angle of 152.65º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5F40 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 95 | 64 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.63 |
| HSL | 152.65º | 0.56% | 0.24% | - |
| HSV(B) | 152.65º | 0.72% | 0.37% | - |
| XYZ | 5.47 | 8.79 | 6.26 | - |
| YUV | 71.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 64 | 0.72 | 0 | 0.33 | 0.63 | 152.65 | 0.56 | 0.24 |
| Hex | 1B | 5F | 40 | 48 | 0 | 21 | 3F | 99 | 38 | 18 |
| Octal | 33 | 137 | 100 | 110 | 0 | 41 | 77 | 231 | 70 | 30 |
| Binary | 11011 | 1011111 | 1000000 | 1001000 | 0 | 100001 | 111111 | 10011001 | 111000 | 11000 |
Color Harmonies of #1B5F40
Complementary color
Monochromatic Colors of #1B5F40
Black with #1B5F40
Text Example
Text Example
White with #1B5F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5F40; }
p { color: rgb(27,95,64); }
H1.HeaderClassName
{
color: #1B5F40;
}
.AnyTagClassName
{
color: #1B5F40;
}
</style>
background-color css
<style>
a { background-color: #1B5F40; }
a { background-color: rgb(27,95,64); }
div.DivClassName
{
background-color: #1B5F40;
}
.BgClassName
{
background-color: #1B5F40;
}
</style>
border-color css
<style>
span { border-color: #1B5F40; }
span { border-color: rgb(27,95,64); }
td.TdClassName
{
border-color: #1B5F40;
}
.TagClassName
{
border-color: #1B5F40;
}
</style>