Shades of Kaitoke Green #255934
Tints of Kaitoke Green #255934
RGB
CMYK
RGB Variations
Color information
#255934 (or 0x255934) is known color: Kaitoke Green. HEX triplet: 25, 59 and 34. RGB value is (37,89,52). Sum of RGB (Red+Green+Blue) = 37+89+52=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #255934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255934 is #DAA6CB. Grayscale: #454545. Windows color (decimal): -14329548 or 3430693. OLE color: 3430693.
HSL color Cylindrical-coordinate representation of color #255934: hue angle of 137.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255934 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 89 | 52 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.65 |
| HSL | 137.31º | 0.41% | 0.25% | - |
| HSV(B) | 137.31º | 0.58% | 0.35% | - |
| XYZ | 4.96 | 7.79 | 4.49 | - |
| YUV | 69.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 52 | 0.58 | 0 | 0.42 | 0.65 | 137.31 | 0.41 | 0.25 |
| Hex | 25 | 59 | 34 | 3A | 0 | 2A | 41 | 89 | 29 | 19 |
| Octal | 45 | 131 | 64 | 72 | 0 | 52 | 101 | 211 | 51 | 31 |
| Binary | 100101 | 1011001 | 110100 | 111010 | 0 | 101010 | 1000001 | 10001001 | 101001 | 11001 |
Color Harmonies of #255934
Complementary color
Monochromatic Colors of #255934
Black with #255934
Text Example
Text Example
White with #255934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255934; }
p { color: rgb(37,89,52); }
H1.HeaderClassName
{
color: #255934;
}
.AnyTagClassName
{
color: #255934;
}
</style>
background-color css
<style>
a { background-color: #255934; }
a { background-color: rgb(37,89,52); }
div.DivClassName
{
background-color: #255934;
}
.BgClassName
{
background-color: #255934;
}
</style>
border-color css
<style>
span { border-color: #255934; }
span { border-color: rgb(37,89,52); }
td.TdClassName
{
border-color: #255934;
}
.TagClassName
{
border-color: #255934;
}
</style>