Shades of Kaitoke Green #264D31
Tints of Kaitoke Green #264D31
RGB
CMYK
RGB Variations
Color information
#264D31 (or 0x264D31) is known color: Kaitoke Green. HEX triplet: 26, 4D and 31. RGB value is (38,77,49). Sum of RGB (Red+Green+Blue) = 38+77+49=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #264D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D31 is #D9B2CE. Grayscale: #3E3E3E. Windows color (decimal): -14267087 or 3231014. OLE color: 3231014.
HSL color Cylindrical-coordinate representation of color #264D31: hue angle of 136.92º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D31 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 49 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.70 |
| HSL | 136.92º | 0.34% | 0.23% | - |
| HSV(B) | 136.92º | 0.51% | 0.3% | - |
| XYZ | 4.01 | 5.94 | 3.84 | - |
| YUV | 62.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 49 | 0.51 | 0 | 0.36 | 0.70 | 136.92 | 0.34 | 0.23 |
| Hex | 26 | 4D | 31 | 33 | 0 | 24 | 46 | 89 | 22 | 17 |
| Octal | 46 | 115 | 61 | 63 | 0 | 44 | 106 | 211 | 42 | 27 |
| Binary | 100110 | 1001101 | 110001 | 110011 | 0 | 100100 | 1000110 | 10001001 | 100010 | 10111 |
Color Harmonies of #264D31
Complementary color
Monochromatic Colors of #264D31
Black with #264D31
Text Example
Text Example
White with #264D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D31; }
p { color: rgb(38,77,49); }
H1.HeaderClassName
{
color: #264D31;
}
.AnyTagClassName
{
color: #264D31;
}
</style>
background-color css
<style>
a { background-color: #264D31; }
a { background-color: rgb(38,77,49); }
div.DivClassName
{
background-color: #264D31;
}
.BgClassName
{
background-color: #264D31;
}
</style>
border-color css
<style>
span { border-color: #264D31; }
span { border-color: rgb(38,77,49); }
td.TdClassName
{
border-color: #264D31;
}
.TagClassName
{
border-color: #264D31;
}
</style>