Shades of Kaitoke Green #265133
Tints of Kaitoke Green #265133
RGB
CMYK
RGB Variations
Color information
#265133 (or 0x265133) is known color: Kaitoke Green. HEX triplet: 26, 51 and 33. RGB value is (38,81,51). Sum of RGB (Red+Green+Blue) = 38+81+51=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #265133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265133 is #D9AECC. Grayscale: #404040. Windows color (decimal): -14266061 or 3363110. OLE color: 3363110.
HSL color Cylindrical-coordinate representation of color #265133: hue angle of 138.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #265133 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 51 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.68 |
| HSL | 138.14º | 0.36% | 0.23% | - |
| HSV(B) | 138.14º | 0.53% | 0.32% | - |
| XYZ | 4.34 | 6.54 | 4.16 | - |
| YUV | 64.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 51 | 0.53 | 0 | 0.37 | 0.68 | 138.14 | 0.36 | 0.23 |
| Hex | 26 | 51 | 33 | 35 | 0 | 25 | 44 | 8A | 24 | 17 |
| Octal | 46 | 121 | 63 | 65 | 0 | 45 | 104 | 212 | 44 | 27 |
| Binary | 100110 | 1010001 | 110011 | 110101 | 0 | 100101 | 1000100 | 10001010 | 100100 | 10111 |
Color Harmonies of #265133
Complementary color
Monochromatic Colors of #265133
Black with #265133
Text Example
Text Example
White with #265133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265133; }
p { color: rgb(38,81,51); }
H1.HeaderClassName
{
color: #265133;
}
.AnyTagClassName
{
color: #265133;
}
</style>
background-color css
<style>
a { background-color: #265133; }
a { background-color: rgb(38,81,51); }
div.DivClassName
{
background-color: #265133;
}
.BgClassName
{
background-color: #265133;
}
</style>
border-color css
<style>
span { border-color: #265133; }
span { border-color: rgb(38,81,51); }
td.TdClassName
{
border-color: #265133;
}
.TagClassName
{
border-color: #265133;
}
</style>