Shades of Kaitoke Green #265A3B
Tints of Kaitoke Green #265A3B
RGB
CMYK
RGB Variations
Color information
#265A3B (or 0x265A3B) is known color: Kaitoke Green. HEX triplet: 26, 5A and 3B. RGB value is (38,90,59). Sum of RGB (Red+Green+Blue) = 38+90+59=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #265A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A3B is #D9A5C4. Grayscale: #464646. Windows color (decimal): -14263749 or 3889702. OLE color: 3889702.
HSL color Cylindrical-coordinate representation of color #265A3B: hue angle of 144.23º 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 #265A3B is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 90 | 59 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.65 |
| HSL | 144.23º | 0.41% | 0.25% | - |
| HSV(B) | 144.23º | 0.58% | 0.35% | - |
| XYZ | 5.24 | 8.04 | 5.41 | - |
| YUV | 70.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 59 | 0.58 | 0 | 0.34 | 0.65 | 144.23 | 0.41 | 0.25 |
| Hex | 26 | 5A | 3B | 3A | 0 | 22 | 41 | 90 | 29 | 19 |
| Octal | 46 | 132 | 73 | 72 | 0 | 42 | 101 | 220 | 51 | 31 |
| Binary | 100110 | 1011010 | 111011 | 111010 | 0 | 100010 | 1000001 | 10010000 | 101001 | 11001 |
Color Harmonies of #265A3B
Complementary color
Monochromatic Colors of #265A3B
Black with #265A3B
Text Example
Text Example
White with #265A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A3B; }
p { color: rgb(38,90,59); }
H1.HeaderClassName
{
color: #265A3B;
}
.AnyTagClassName
{
color: #265A3B;
}
</style>
background-color css
<style>
a { background-color: #265A3B; }
a { background-color: rgb(38,90,59); }
div.DivClassName
{
background-color: #265A3B;
}
.BgClassName
{
background-color: #265A3B;
}
</style>
border-color css
<style>
span { border-color: #265A3B; }
span { border-color: rgb(38,90,59); }
td.TdClassName
{
border-color: #265A3B;
}
.TagClassName
{
border-color: #265A3B;
}
</style>