Shades of Kaitoke Green #264C2F
Tints of Kaitoke Green #264C2F
RGB
CMYK
RGB Variations
Color information
#264C2F (or 0x264C2F) is known color: Kaitoke Green. HEX triplet: 26, 4C and 2F. RGB value is (38,76,47). Sum of RGB (Red+Green+Blue) = 38+76+47=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #264C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C2F is #D9B3D0. Grayscale: #3D3D3D. Windows color (decimal): -14267345 or 3099686. OLE color: 3099686.
HSL color Cylindrical-coordinate representation of color #264C2F: hue angle of 134.21º 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 #264C2F is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 47 | - |
| CMYK | 0.5 | 0 | 0.38 | 0.70 |
| HSL | 134.21º | 0.33% | 0.22% | - |
| HSV(B) | 134.21º | 0.5% | 0.3% | - |
| XYZ | 3.9 | 5.79 | 3.6 | - |
| YUV | 61.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 47 | 0.5 | 0 | 0.38 | 0.70 | 134.21 | 0.33 | 0.22 |
| Hex | 26 | 4C | 2F | 32 | 0 | 26 | 46 | 86 | 21 | 16 |
| Octal | 46 | 114 | 57 | 62 | 0 | 46 | 106 | 206 | 41 | 26 |
| Binary | 100110 | 1001100 | 101111 | 110010 | 0 | 100110 | 1000110 | 10000110 | 100001 | 10110 |
Color Harmonies of #264C2F
Complementary color
Monochromatic Colors of #264C2F
Black with #264C2F
Text Example
Text Example
White with #264C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C2F; }
p { color: rgb(38,76,47); }
H1.HeaderClassName
{
color: #264C2F;
}
.AnyTagClassName
{
color: #264C2F;
}
</style>
background-color css
<style>
a { background-color: #264C2F; }
a { background-color: rgb(38,76,47); }
div.DivClassName
{
background-color: #264C2F;
}
.BgClassName
{
background-color: #264C2F;
}
</style>
border-color css
<style>
span { border-color: #264C2F; }
span { border-color: rgb(38,76,47); }
td.TdClassName
{
border-color: #264C2F;
}
.TagClassName
{
border-color: #264C2F;
}
</style>