Shades of Kaitoke Green #255235
Tints of Kaitoke Green #255235
RGB
CMYK
RGB Variations
Color information
#255235 (or 0x255235) is known color: Kaitoke Green. HEX triplet: 25, 52 and 35. RGB value is (37,82,53). Sum of RGB (Red+Green+Blue) = 37+82+53=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #255235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255235 is #DAADCA. Grayscale: #414141. Windows color (decimal): -14331339 or 3494437. OLE color: 3494437.
HSL color Cylindrical-coordinate representation of color #255235: hue angle of 141.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255235 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 82 | 53 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.68 |
| HSL | 141.33º | 0.38% | 0.23% | - |
| HSV(B) | 141.33º | 0.55% | 0.32% | - |
| XYZ | 4.42 | 6.68 | 4.43 | - |
| YUV | 65.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 53 | 0.55 | 0 | 0.35 | 0.68 | 141.33 | 0.38 | 0.23 |
| Hex | 25 | 52 | 35 | 37 | 0 | 23 | 44 | 8D | 26 | 17 |
| Octal | 45 | 122 | 65 | 67 | 0 | 43 | 104 | 215 | 46 | 27 |
| Binary | 100101 | 1010010 | 110101 | 110111 | 0 | 100011 | 1000100 | 10001101 | 100110 | 10111 |
Color Harmonies of #255235
Complementary color
Monochromatic Colors of #255235
Black with #255235
Text Example
Text Example
White with #255235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255235; }
p { color: rgb(37,82,53); }
H1.HeaderClassName
{
color: #255235;
}
.AnyTagClassName
{
color: #255235;
}
</style>
background-color css
<style>
a { background-color: #255235; }
a { background-color: rgb(37,82,53); }
div.DivClassName
{
background-color: #255235;
}
.BgClassName
{
background-color: #255235;
}
</style>
border-color css
<style>
span { border-color: #255235; }
span { border-color: rgb(37,82,53); }
td.TdClassName
{
border-color: #255235;
}
.TagClassName
{
border-color: #255235;
}
</style>