Shades of Kaitoke Green #264C30
Tints of Kaitoke Green #264C30
RGB
CMYK
RGB Variations
Color information
#264C30 (or 0x264C30) is known color: Kaitoke Green. HEX triplet: 26, 4C and 30. RGB value is (38,76,48). Sum of RGB (Red+Green+Blue) = 38+76+48=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #264C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C30 is #D9B3CF. Grayscale: #3D3D3D. Windows color (decimal): -14267344 or 3165222. OLE color: 3165222.
HSL color Cylindrical-coordinate representation of color #264C30: hue angle of 135.79º 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 #264C30 is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 48 | - |
| CMYK | 0.5 | 0 | 0.37 | 0.70 |
| HSL | 135.79º | 0.33% | 0.22% | - |
| HSV(B) | 135.79º | 0.5% | 0.3% | - |
| XYZ | 3.92 | 5.79 | 3.71 | - |
| YUV | 61.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 48 | 0.5 | 0 | 0.37 | 0.70 | 135.79 | 0.33 | 0.22 |
| Hex | 26 | 4C | 30 | 32 | 0 | 25 | 46 | 88 | 21 | 16 |
| Octal | 46 | 114 | 60 | 62 | 0 | 45 | 106 | 210 | 41 | 26 |
| Binary | 100110 | 1001100 | 110000 | 110010 | 0 | 100101 | 1000110 | 10001000 | 100001 | 10110 |
Color Harmonies of #264C30
Complementary color
Monochromatic Colors of #264C30
Black with #264C30
Text Example
Text Example
White with #264C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C30; }
p { color: rgb(38,76,48); }
H1.HeaderClassName
{
color: #264C30;
}
.AnyTagClassName
{
color: #264C30;
}
</style>
background-color css
<style>
a { background-color: #264C30; }
a { background-color: rgb(38,76,48); }
div.DivClassName
{
background-color: #264C30;
}
.BgClassName
{
background-color: #264C30;
}
</style>
border-color css
<style>
span { border-color: #264C30; }
span { border-color: rgb(38,76,48); }
td.TdClassName
{
border-color: #264C30;
}
.TagClassName
{
border-color: #264C30;
}
</style>