Shades of Kaitoke Green #255E3A
Tints of Kaitoke Green #255E3A
RGB
CMYK
RGB Variations
Color information
#255E3A (or 0x255E3A) is known color: Kaitoke Green. HEX triplet: 25, 5E and 3A. RGB value is (37,94,58). Sum of RGB (Red+Green+Blue) = 37+94+58=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #255E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255E3A is #DAA1C5. Grayscale: #484848. Windows color (decimal): -14328262 or 3825189. OLE color: 3825189.
HSL color Cylindrical-coordinate representation of color #255E3A: hue angle of 142.11º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255E3A is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 94 | 58 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.63 |
| HSL | 142.11º | 0.44% | 0.26% | - |
| HSV(B) | 142.11º | 0.61% | 0.37% | - |
| XYZ | 5.53 | 8.7 | 5.39 | - |
| YUV | 72.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 58 | 0.61 | 0 | 0.38 | 0.63 | 142.11 | 0.44 | 0.26 |
| Hex | 25 | 5E | 3A | 3D | 0 | 26 | 3F | 8E | 2C | 1A |
| Octal | 45 | 136 | 72 | 75 | 0 | 46 | 77 | 216 | 54 | 32 |
| Binary | 100101 | 1011110 | 111010 | 111101 | 0 | 100110 | 111111 | 10001110 | 101100 | 11010 |
Color Harmonies of #255E3A
Complementary color
Monochromatic Colors of #255E3A
Black with #255E3A
Text Example
Text Example
White with #255E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E3A; }
p { color: rgb(37,94,58); }
H1.HeaderClassName
{
color: #255E3A;
}
.AnyTagClassName
{
color: #255E3A;
}
</style>
background-color css
<style>
a { background-color: #255E3A; }
a { background-color: rgb(37,94,58); }
div.DivClassName
{
background-color: #255E3A;
}
.BgClassName
{
background-color: #255E3A;
}
</style>
border-color css
<style>
span { border-color: #255E3A; }
span { border-color: rgb(37,94,58); }
td.TdClassName
{
border-color: #255E3A;
}
.TagClassName
{
border-color: #255E3A;
}
</style>