Shades of Zuccini #1B492F
Tints of Zuccini #1B492F
RGB
CMYK
RGB Variations
Color information
#1B492F (or 0x1B492F) is known color: Zuccini. HEX triplet: 1B, 49 and 2F. RGB value is (27,73,47). Sum of RGB (Red+Green+Blue) = 27+73+47=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #1B492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B492F is #E4B6D0. Grayscale: #383838. Windows color (decimal): -14989009 or 3098907. OLE color: 3098907.
HSL color Cylindrical-coordinate representation of color #1B492F: hue angle of 146.09º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B492F is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 47 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.71 |
| HSL | 146.09º | 0.46% | 0.2% | - |
| HSV(B) | 146.09º | 0.63% | 0.29% | - |
| XYZ | 3.35 | 5.2 | 3.52 | - |
| YUV | 56.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 47 | 0.63 | 0 | 0.36 | 0.71 | 146.09 | 0.46 | 0.2 |
| Hex | 1B | 49 | 2F | 3F | 0 | 24 | 47 | 92 | 2E | 14 |
| Octal | 33 | 111 | 57 | 77 | 0 | 44 | 107 | 222 | 56 | 24 |
| Binary | 11011 | 1001001 | 101111 | 111111 | 0 | 100100 | 1000111 | 10010010 | 101110 | 10100 |
Color Harmonies of #1B492F
Complementary color
Monochromatic Colors of #1B492F
Black with #1B492F
Text Example
Text Example
White with #1B492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B492F; }
p { color: rgb(27,73,47); }
H1.HeaderClassName
{
color: #1B492F;
}
.AnyTagClassName
{
color: #1B492F;
}
</style>
background-color css
<style>
a { background-color: #1B492F; }
a { background-color: rgb(27,73,47); }
div.DivClassName
{
background-color: #1B492F;
}
.BgClassName
{
background-color: #1B492F;
}
</style>
border-color css
<style>
span { border-color: #1B492F; }
span { border-color: rgb(27,73,47); }
td.TdClassName
{
border-color: #1B492F;
}
.TagClassName
{
border-color: #1B492F;
}
</style>