Shades of Kaitoke Green #264C33
Tints of Kaitoke Green #264C33
RGB
CMYK
RGB Variations
Color information
#264C33 (or 0x264C33) is known color: Kaitoke Green. HEX triplet: 26, 4C and 33. RGB value is (38,76,51). Sum of RGB (Red+Green+Blue) = 38+76+51=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #264C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C33 is #D9B3CC. Grayscale: #3D3D3D. Windows color (decimal): -14267341 or 3361830. OLE color: 3361830.
HSL color Cylindrical-coordinate representation of color #264C33: hue angle of 140.53º 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 #264C33 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 51 | - |
| CMYK | 0.5 | 0 | 0.33 | 0.70 |
| HSL | 140.53º | 0.33% | 0.22% | - |
| HSV(B) | 140.53º | 0.5% | 0.3% | - |
| XYZ | 3.98 | 5.82 | 4.05 | - |
| YUV | 61.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 51 | 0.5 | 0 | 0.33 | 0.70 | 140.53 | 0.33 | 0.22 |
| Hex | 26 | 4C | 33 | 32 | 0 | 21 | 46 | 8D | 21 | 16 |
| Octal | 46 | 114 | 63 | 62 | 0 | 41 | 106 | 215 | 41 | 26 |
| Binary | 100110 | 1001100 | 110011 | 110010 | 0 | 100001 | 1000110 | 10001101 | 100001 | 10110 |
Color Harmonies of #264C33
Complementary color
Monochromatic Colors of #264C33
Black with #264C33
Text Example
Text Example
White with #264C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C33; }
p { color: rgb(38,76,51); }
H1.HeaderClassName
{
color: #264C33;
}
.AnyTagClassName
{
color: #264C33;
}
</style>
background-color css
<style>
a { background-color: #264C33; }
a { background-color: rgb(38,76,51); }
div.DivClassName
{
background-color: #264C33;
}
.BgClassName
{
background-color: #264C33;
}
</style>
border-color css
<style>
span { border-color: #264C33; }
span { border-color: rgb(38,76,51); }
td.TdClassName
{
border-color: #264C33;
}
.TagClassName
{
border-color: #264C33;
}
</style>