Shades of Zuccini #1B412F
Tints of Zuccini #1B412F
RGB
CMYK
RGB Variations
Color information
#1B412F (or 0x1B412F) is known color: Zuccini. HEX triplet: 1B, 41 and 2F. RGB value is (27,65,47). Sum of RGB (Red+Green+Blue) = 27+65+47=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #1B412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B412F is #E4BED0. Grayscale: #333333. Windows color (decimal): -14991057 or 3096859. OLE color: 3096859.
HSL color Cylindrical-coordinate representation of color #1B412F: hue angle of 151.58º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B412F is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 65 | 47 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.75 |
| HSL | 151.58º | 0.41% | 0.18% | - |
| HSV(B) | 151.58º | 0.58% | 0.25% | - |
| XYZ | 2.86 | 4.22 | 3.35 | - |
| YUV | 51.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 47 | 0.58 | 0 | 0.28 | 0.75 | 151.58 | 0.41 | 0.18 |
| Hex | 1B | 41 | 2F | 3A | 0 | 1C | 4B | 98 | 29 | 12 |
| Octal | 33 | 101 | 57 | 72 | 0 | 34 | 113 | 230 | 51 | 22 |
| Binary | 11011 | 1000001 | 101111 | 111010 | 0 | 11100 | 1001011 | 10011000 | 101001 | 10010 |
Color Harmonies of #1B412F
Complementary color
Monochromatic Colors of #1B412F
Black with #1B412F
Text Example
Text Example
White with #1B412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B412F; }
p { color: rgb(27,65,47); }
H1.HeaderClassName
{
color: #1B412F;
}
.AnyTagClassName
{
color: #1B412F;
}
</style>
background-color css
<style>
a { background-color: #1B412F; }
a { background-color: rgb(27,65,47); }
div.DivClassName
{
background-color: #1B412F;
}
.BgClassName
{
background-color: #1B412F;
}
</style>
border-color css
<style>
span { border-color: #1B412F; }
span { border-color: rgb(27,65,47); }
td.TdClassName
{
border-color: #1B412F;
}
.TagClassName
{
border-color: #1B412F;
}
</style>