Shades of Kaitoke Green #1B502E
Tints of Kaitoke Green #1B502E
RGB
CMYK
RGB Variations
Color information
#1B502E (or 0x1B502E) is known color: Kaitoke Green. HEX triplet: 1B, 50 and 2E. RGB value is (27,80,46). Sum of RGB (Red+Green+Blue) = 27+80+46=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #1B502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B502E is #E4AFD1. Grayscale: #3C3C3C. Windows color (decimal): -14987218 or 3035163. OLE color: 3035163.
HSL color Cylindrical-coordinate representation of color #1B502E: hue angle of 141.51º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B502E is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 46 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.69 |
| HSL | 141.51º | 0.5% | 0.21% | - |
| HSV(B) | 141.51º | 0.66% | 0.31% | - |
| XYZ | 3.81 | 6.17 | 3.57 | - |
| YUV | 60.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 46 | 0.66 | 0 | 0.42 | 0.69 | 141.51 | 0.5 | 0.21 |
| Hex | 1B | 50 | 2E | 42 | 0 | 2A | 45 | 8E | 32 | 15 |
| Octal | 33 | 120 | 56 | 102 | 0 | 52 | 105 | 216 | 62 | 25 |
| Binary | 11011 | 1010000 | 101110 | 1000010 | 0 | 101010 | 1000101 | 10001110 | 110010 | 10101 |
Color Harmonies of #1B502E
Complementary color
Monochromatic Colors of #1B502E
Black with #1B502E
Text Example
Text Example
White with #1B502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B502E; }
p { color: rgb(27,80,46); }
H1.HeaderClassName
{
color: #1B502E;
}
.AnyTagClassName
{
color: #1B502E;
}
</style>
background-color css
<style>
a { background-color: #1B502E; }
a { background-color: rgb(27,80,46); }
div.DivClassName
{
background-color: #1B502E;
}
.BgClassName
{
background-color: #1B502E;
}
</style>
border-color css
<style>
span { border-color: #1B502E; }
span { border-color: rgb(27,80,46); }
td.TdClassName
{
border-color: #1B502E;
}
.TagClassName
{
border-color: #1B502E;
}
</style>