Shades of Kaitoke Green #255D37
Tints of Kaitoke Green #255D37
RGB
CMYK
RGB Variations
Color information
#255D37 (or 0x255D37) is known color: Kaitoke Green. HEX triplet: 25, 5D and 37. RGB value is (37,93,55). Sum of RGB (Red+Green+Blue) = 37+93+55=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #255D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D37 is #DAA2C8. Grayscale: #484848. Windows color (decimal): -14328521 or 3628325. OLE color: 3628325.
HSL color Cylindrical-coordinate representation of color #255D37: hue angle of 139.29º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D37 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 93 | 55 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.64 |
| HSL | 139.29º | 0.43% | 0.25% | - |
| HSV(B) | 139.29º | 0.6% | 0.36% | - |
| XYZ | 5.37 | 8.5 | 4.97 | - |
| YUV | 71.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 55 | 0.60 | 0 | 0.41 | 0.64 | 139.29 | 0.43 | 0.25 |
| Hex | 25 | 5D | 37 | 3C | 0 | 29 | 40 | 8B | 2B | 19 |
| Octal | 45 | 135 | 67 | 74 | 0 | 51 | 100 | 213 | 53 | 31 |
| Binary | 100101 | 1011101 | 110111 | 111100 | 0 | 101001 | 1000000 | 10001011 | 101011 | 11001 |
Color Harmonies of #255D37
Complementary color
Monochromatic Colors of #255D37
Black with #255D37
Text Example
Text Example
White with #255D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D37; }
p { color: rgb(37,93,55); }
H1.HeaderClassName
{
color: #255D37;
}
.AnyTagClassName
{
color: #255D37;
}
</style>
background-color css
<style>
a { background-color: #255D37; }
a { background-color: rgb(37,93,55); }
div.DivClassName
{
background-color: #255D37;
}
.BgClassName
{
background-color: #255D37;
}
</style>
border-color css
<style>
span { border-color: #255D37; }
span { border-color: rgb(37,93,55); }
td.TdClassName
{
border-color: #255D37;
}
.TagClassName
{
border-color: #255D37;
}
</style>