Shades of Kaitoke Green #255135
Tints of Kaitoke Green #255135
RGB
CMYK
RGB Variations
Color information
#255135 (or 0x255135) is known color: Kaitoke Green. HEX triplet: 25, 51 and 35. RGB value is (37,81,53). Sum of RGB (Red+Green+Blue) = 37+81+53=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #255135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255135 is #DAAECA. Grayscale: #404040. Windows color (decimal): -14331595 or 3494181. OLE color: 3494181.
HSL color Cylindrical-coordinate representation of color #255135: hue angle of 141.82º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255135 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 81 | 53 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.68 |
| HSL | 141.82º | 0.37% | 0.23% | - |
| HSV(B) | 141.82º | 0.54% | 0.32% | - |
| XYZ | 4.35 | 6.54 | 4.4 | - |
| YUV | 64.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 53 | 0.54 | 0 | 0.35 | 0.68 | 141.82 | 0.37 | 0.23 |
| Hex | 25 | 51 | 35 | 36 | 0 | 23 | 44 | 8E | 25 | 17 |
| Octal | 45 | 121 | 65 | 66 | 0 | 43 | 104 | 216 | 45 | 27 |
| Binary | 100101 | 1010001 | 110101 | 110110 | 0 | 100011 | 1000100 | 10001110 | 100101 | 10111 |
Color Harmonies of #255135
Complementary color
Monochromatic Colors of #255135
Black with #255135
Text Example
Text Example
White with #255135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255135; }
p { color: rgb(37,81,53); }
H1.HeaderClassName
{
color: #255135;
}
.AnyTagClassName
{
color: #255135;
}
</style>
background-color css
<style>
a { background-color: #255135; }
a { background-color: rgb(37,81,53); }
div.DivClassName
{
background-color: #255135;
}
.BgClassName
{
background-color: #255135;
}
</style>
border-color css
<style>
span { border-color: #255135; }
span { border-color: rgb(37,81,53); }
td.TdClassName
{
border-color: #255135;
}
.TagClassName
{
border-color: #255135;
}
</style>