Shades of Kaitoke Green #1B502F
Tints of Kaitoke Green #1B502F
RGB
CMYK
RGB Variations
Color information
#1B502F (or 0x1B502F) is known color: Kaitoke Green. HEX triplet: 1B, 50 and 2F. RGB value is (27,80,47). Sum of RGB (Red+Green+Blue) = 27+80+47=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #1B502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B502F is #E4AFD0. Grayscale: #3C3C3C. Windows color (decimal): -14987217 or 3100699. OLE color: 3100699.
HSL color Cylindrical-coordinate representation of color #1B502F: hue angle of 142.64º 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 #1B502F is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 47 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.69 |
| HSL | 142.64º | 0.5% | 0.21% | - |
| HSV(B) | 142.64º | 0.66% | 0.31% | - |
| XYZ | 3.83 | 6.18 | 3.68 | - |
| YUV | 60.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 47 | 0.66 | 0 | 0.41 | 0.69 | 142.64 | 0.5 | 0.21 |
| Hex | 1B | 50 | 2F | 42 | 0 | 29 | 45 | 8F | 32 | 15 |
| Octal | 33 | 120 | 57 | 102 | 0 | 51 | 105 | 217 | 62 | 25 |
| Binary | 11011 | 1010000 | 101111 | 1000010 | 0 | 101001 | 1000101 | 10001111 | 110010 | 10101 |
Color Harmonies of #1B502F
Complementary color
Monochromatic Colors of #1B502F
Black with #1B502F
Text Example
Text Example
White with #1B502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B502F; }
p { color: rgb(27,80,47); }
H1.HeaderClassName
{
color: #1B502F;
}
.AnyTagClassName
{
color: #1B502F;
}
</style>
background-color css
<style>
a { background-color: #1B502F; }
a { background-color: rgb(27,80,47); }
div.DivClassName
{
background-color: #1B502F;
}
.BgClassName
{
background-color: #1B502F;
}
</style>
border-color css
<style>
span { border-color: #1B502F; }
span { border-color: rgb(27,80,47); }
td.TdClassName
{
border-color: #1B502F;
}
.TagClassName
{
border-color: #1B502F;
}
</style>