Shades of Kaitoke Green #264E33
Tints of Kaitoke Green #264E33
RGB
CMYK
RGB Variations
Color information
#264E33 (or 0x264E33) is known color: Kaitoke Green. HEX triplet: 26, 4E and 33. RGB value is (38,78,51). Sum of RGB (Red+Green+Blue) = 38+78+51=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #264E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E33 is #D9B1CC. Grayscale: #3F3F3F. Windows color (decimal): -14266829 or 3362342. OLE color: 3362342.
HSL color Cylindrical-coordinate representation of color #264E33: hue angle of 139.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264E33 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 78 | 51 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.69 |
| HSL | 139.5º | 0.34% | 0.23% | - |
| HSV(B) | 139.5º | 0.51% | 0.31% | - |
| XYZ | 4.12 | 6.1 | 4.09 | - |
| YUV | 62.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 51 | 0.51 | 0 | 0.35 | 0.69 | 139.5 | 0.34 | 0.23 |
| Hex | 26 | 4E | 33 | 33 | 0 | 23 | 45 | 8C | 22 | 17 |
| Octal | 46 | 116 | 63 | 63 | 0 | 43 | 105 | 214 | 42 | 27 |
| Binary | 100110 | 1001110 | 110011 | 110011 | 0 | 100011 | 1000101 | 10001100 | 100010 | 10111 |
Color Harmonies of #264E33
Complementary color
Monochromatic Colors of #264E33
Black with #264E33
Text Example
Text Example
White with #264E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E33; }
p { color: rgb(38,78,51); }
H1.HeaderClassName
{
color: #264E33;
}
.AnyTagClassName
{
color: #264E33;
}
</style>
background-color css
<style>
a { background-color: #264E33; }
a { background-color: rgb(38,78,51); }
div.DivClassName
{
background-color: #264E33;
}
.BgClassName
{
background-color: #264E33;
}
</style>
border-color css
<style>
span { border-color: #264E33; }
span { border-color: rgb(38,78,51); }
td.TdClassName
{
border-color: #264E33;
}
.TagClassName
{
border-color: #264E33;
}
</style>