Shades of Kaitoke Green #1B4D28
Tints of Kaitoke Green #1B4D28
RGB
CMYK
RGB Variations
Color information
#1B4D28 (or 0x1B4D28) is known color: Kaitoke Green. HEX triplet: 1B, 4D and 28. RGB value is (27,77,40). Sum of RGB (Red+Green+Blue) = 27+77+40=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #1B4D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4D28 is #E4B2D7. Grayscale: #393939. Windows color (decimal): -14987992 or 2641179. OLE color: 2641179.
HSL color Cylindrical-coordinate representation of color #1B4D28: hue angle of 135.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B4D28 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 77 | 40 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.70 |
| HSL | 135.6º | 0.48% | 0.2% | - |
| HSV(B) | 135.6º | 0.65% | 0.3% | - |
| XYZ | 3.49 | 5.69 | 2.92 | - |
| YUV | 57.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 40 | 0.65 | 0 | 0.48 | 0.70 | 135.6 | 0.48 | 0.2 |
| Hex | 1B | 4D | 28 | 41 | 0 | 30 | 46 | 88 | 30 | 14 |
| Octal | 33 | 115 | 50 | 101 | 0 | 60 | 106 | 210 | 60 | 24 |
| Binary | 11011 | 1001101 | 101000 | 1000001 | 0 | 110000 | 1000110 | 10001000 | 110000 | 10100 |
Color Harmonies of #1B4D28
Complementary color
Monochromatic Colors of #1B4D28
Black with #1B4D28
Text Example
Text Example
White with #1B4D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4D28; }
p { color: rgb(27,77,40); }
H1.HeaderClassName
{
color: #1B4D28;
}
.AnyTagClassName
{
color: #1B4D28;
}
</style>
background-color css
<style>
a { background-color: #1B4D28; }
a { background-color: rgb(27,77,40); }
div.DivClassName
{
background-color: #1B4D28;
}
.BgClassName
{
background-color: #1B4D28;
}
</style>
border-color css
<style>
span { border-color: #1B4D28; }
span { border-color: rgb(27,77,40); }
td.TdClassName
{
border-color: #1B4D28;
}
.TagClassName
{
border-color: #1B4D28;
}
</style>