Shades of Kaitoke Green #255133
Tints of Kaitoke Green #255133
RGB
CMYK
RGB Variations
Color information
#255133 (or 0x255133) is known color: Kaitoke Green. HEX triplet: 25, 51 and 33. RGB value is (37,81,51). Sum of RGB (Red+Green+Blue) = 37+81+51=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #255133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255133 is #DAAECC. Grayscale: #404040. Windows color (decimal): -14331597 or 3363109. OLE color: 3363109.
HSL color Cylindrical-coordinate representation of color #255133: hue angle of 139.09º 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 #255133 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 81 | 51 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.68 |
| HSL | 139.09º | 0.37% | 0.23% | - |
| HSV(B) | 139.09º | 0.54% | 0.32% | - |
| XYZ | 4.3 | 6.52 | 4.16 | - |
| YUV | 64.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 51 | 0.54 | 0 | 0.37 | 0.68 | 139.09 | 0.37 | 0.23 |
| Hex | 25 | 51 | 33 | 36 | 0 | 25 | 44 | 8B | 25 | 17 |
| Octal | 45 | 121 | 63 | 66 | 0 | 45 | 104 | 213 | 45 | 27 |
| Binary | 100101 | 1010001 | 110011 | 110110 | 0 | 100101 | 1000100 | 10001011 | 100101 | 10111 |
Color Harmonies of #255133
Complementary color
Monochromatic Colors of #255133
Black with #255133
Text Example
Text Example
White with #255133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255133; }
p { color: rgb(37,81,51); }
H1.HeaderClassName
{
color: #255133;
}
.AnyTagClassName
{
color: #255133;
}
</style>
background-color css
<style>
a { background-color: #255133; }
a { background-color: rgb(37,81,51); }
div.DivClassName
{
background-color: #255133;
}
.BgClassName
{
background-color: #255133;
}
</style>
border-color css
<style>
span { border-color: #255133; }
span { border-color: rgb(37,81,51); }
td.TdClassName
{
border-color: #255133;
}
.TagClassName
{
border-color: #255133;
}
</style>