Shades of Kaitoke Green #265B34
Tints of Kaitoke Green #265B34
RGB
CMYK
RGB Variations
Color information
#265B34 (or 0x265B34) is known color: Kaitoke Green. HEX triplet: 26, 5B and 34. RGB value is (38,91,52). Sum of RGB (Red+Green+Blue) = 38+91+52=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #265B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B34 is #D9A4CB. Grayscale: #464646. Windows color (decimal): -14263500 or 3431206. OLE color: 3431206.
HSL color Cylindrical-coordinate representation of color #265B34: hue angle of 135.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265B34 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 52 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.64 |
| HSL | 135.85º | 0.41% | 0.25% | - |
| HSV(B) | 135.85º | 0.58% | 0.36% | - |
| XYZ | 5.16 | 8.14 | 4.55 | - |
| YUV | 70.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 52 | 0.58 | 0 | 0.43 | 0.64 | 135.85 | 0.41 | 0.25 |
| Hex | 26 | 5B | 34 | 3A | 0 | 2B | 40 | 88 | 29 | 19 |
| Octal | 46 | 133 | 64 | 72 | 0 | 53 | 100 | 210 | 51 | 31 |
| Binary | 100110 | 1011011 | 110100 | 111010 | 0 | 101011 | 1000000 | 10001000 | 101001 | 11001 |
Color Harmonies of #265B34
Complementary color
Monochromatic Colors of #265B34
Black with #265B34
Text Example
Text Example
White with #265B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B34; }
p { color: rgb(38,91,52); }
H1.HeaderClassName
{
color: #265B34;
}
.AnyTagClassName
{
color: #265B34;
}
</style>
background-color css
<style>
a { background-color: #265B34; }
a { background-color: rgb(38,91,52); }
div.DivClassName
{
background-color: #265B34;
}
.BgClassName
{
background-color: #265B34;
}
</style>
border-color css
<style>
span { border-color: #265B34; }
span { border-color: rgb(38,91,52); }
td.TdClassName
{
border-color: #265B34;
}
.TagClassName
{
border-color: #265B34;
}
</style>