Shades of Kaitoke Green #265933
Tints of Kaitoke Green #265933
RGB
CMYK
RGB Variations
Color information
#265933 (or 0x265933) is known color: Kaitoke Green. HEX triplet: 26, 59 and 33. RGB value is (38,89,51). Sum of RGB (Red+Green+Blue) = 38+89+51=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #265933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265933 is #D9A6CC. Grayscale: #454545. Windows color (decimal): -14264013 or 3365158. OLE color: 3365158.
HSL color Cylindrical-coordinate representation of color #265933: hue angle of 135.29º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265933 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 89 | 51 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.65 |
| HSL | 135.29º | 0.4% | 0.25% | - |
| HSV(B) | 135.29º | 0.57% | 0.35% | - |
| XYZ | 4.97 | 7.8 | 4.37 | - |
| YUV | 69.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 51 | 0.57 | 0 | 0.43 | 0.65 | 135.29 | 0.4 | 0.25 |
| Hex | 26 | 59 | 33 | 39 | 0 | 2B | 41 | 87 | 28 | 19 |
| Octal | 46 | 131 | 63 | 71 | 0 | 53 | 101 | 207 | 50 | 31 |
| Binary | 100110 | 1011001 | 110011 | 111001 | 0 | 101011 | 1000001 | 10000111 | 101000 | 11001 |
Color Harmonies of #265933
Complementary color
Monochromatic Colors of #265933
Black with #265933
Text Example
Text Example
White with #265933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265933; }
p { color: rgb(38,89,51); }
H1.HeaderClassName
{
color: #265933;
}
.AnyTagClassName
{
color: #265933;
}
</style>
background-color css
<style>
a { background-color: #265933; }
a { background-color: rgb(38,89,51); }
div.DivClassName
{
background-color: #265933;
}
.BgClassName
{
background-color: #265933;
}
</style>
border-color css
<style>
span { border-color: #265933; }
span { border-color: rgb(38,89,51); }
td.TdClassName
{
border-color: #265933;
}
.TagClassName
{
border-color: #265933;
}
</style>