Shades of Kaitoke Green #265A34
Tints of Kaitoke Green #265A34
RGB
CMYK
RGB Variations
Color information
#265A34 (or 0x265A34) is known color: Kaitoke Green. HEX triplet: 26, 5A and 34. RGB value is (38,90,52). Sum of RGB (Red+Green+Blue) = 38+90+52=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #265A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A34 is #D9A5CB. Grayscale: #464646. Windows color (decimal): -14263756 or 3430950. OLE color: 3430950.
HSL color Cylindrical-coordinate representation of color #265A34: hue angle of 136.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A34 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 90 | 52 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.65 |
| HSL | 136.15º | 0.41% | 0.25% | - |
| HSV(B) | 136.15º | 0.58% | 0.35% | - |
| XYZ | 5.08 | 7.97 | 4.52 | - |
| YUV | 70.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 52 | 0.58 | 0 | 0.42 | 0.65 | 136.15 | 0.41 | 0.25 |
| Hex | 26 | 5A | 34 | 3A | 0 | 2A | 41 | 88 | 29 | 19 |
| Octal | 46 | 132 | 64 | 72 | 0 | 52 | 101 | 210 | 51 | 31 |
| Binary | 100110 | 1011010 | 110100 | 111010 | 0 | 101010 | 1000001 | 10001000 | 101001 | 11001 |
Color Harmonies of #265A34
Complementary color
Monochromatic Colors of #265A34
Black with #265A34
Text Example
Text Example
White with #265A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A34; }
p { color: rgb(38,90,52); }
H1.HeaderClassName
{
color: #265A34;
}
.AnyTagClassName
{
color: #265A34;
}
</style>
background-color css
<style>
a { background-color: #265A34; }
a { background-color: rgb(38,90,52); }
div.DivClassName
{
background-color: #265A34;
}
.BgClassName
{
background-color: #265A34;
}
</style>
border-color css
<style>
span { border-color: #265A34; }
span { border-color: rgb(38,90,52); }
td.TdClassName
{
border-color: #265A34;
}
.TagClassName
{
border-color: #265A34;
}
</style>