Shades of Kaitoke Green #264C31
Tints of Kaitoke Green #264C31
RGB
CMYK
RGB Variations
Color information
#264C31 (or 0x264C31) is known color: Kaitoke Green. HEX triplet: 26, 4C and 31. RGB value is (38,76,49). Sum of RGB (Red+Green+Blue) = 38+76+49=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #264C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C31 is #D9B3CE. Grayscale: #3D3D3D. Windows color (decimal): -14267343 or 3230758. OLE color: 3230758.
HSL color Cylindrical-coordinate representation of color #264C31: hue angle of 137.37º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C31 is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 49 | - |
| CMYK | 0.5 | 0 | 0.36 | 0.70 |
| HSL | 137.37º | 0.33% | 0.22% | - |
| HSV(B) | 137.37º | 0.5% | 0.3% | - |
| XYZ | 3.94 | 5.8 | 3.82 | - |
| YUV | 61.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 49 | 0.5 | 0 | 0.36 | 0.70 | 137.37 | 0.33 | 0.22 |
| Hex | 26 | 4C | 31 | 32 | 0 | 24 | 46 | 89 | 21 | 16 |
| Octal | 46 | 114 | 61 | 62 | 0 | 44 | 106 | 211 | 41 | 26 |
| Binary | 100110 | 1001100 | 110001 | 110010 | 0 | 100100 | 1000110 | 10001001 | 100001 | 10110 |
Color Harmonies of #264C31
Complementary color
Monochromatic Colors of #264C31
Black with #264C31
Text Example
Text Example
White with #264C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C31; }
p { color: rgb(38,76,49); }
H1.HeaderClassName
{
color: #264C31;
}
.AnyTagClassName
{
color: #264C31;
}
</style>
background-color css
<style>
a { background-color: #264C31; }
a { background-color: rgb(38,76,49); }
div.DivClassName
{
background-color: #264C31;
}
.BgClassName
{
background-color: #264C31;
}
</style>
border-color css
<style>
span { border-color: #264C31; }
span { border-color: rgb(38,76,49); }
td.TdClassName
{
border-color: #264C31;
}
.TagClassName
{
border-color: #264C31;
}
</style>