Shades of Kaitoke Green #255431
Tints of Kaitoke Green #255431
RGB
CMYK
RGB Variations
Color information
#255431 (or 0x255431) is known color: Kaitoke Green. HEX triplet: 25, 54 and 31. RGB value is (37,84,49). Sum of RGB (Red+Green+Blue) = 37+84+49=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #255431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255431 is #DAABCE. Grayscale: #424242. Windows color (decimal): -14330831 or 3232805. OLE color: 3232805.
HSL color Cylindrical-coordinate representation of color #255431: hue angle of 135.32º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255431 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 84 | 49 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.67 |
| HSL | 135.32º | 0.39% | 0.24% | - |
| HSV(B) | 135.32º | 0.56% | 0.33% | - |
| XYZ | 4.49 | 6.96 | 4.01 | - |
| YUV | 65.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 49 | 0.56 | 0 | 0.42 | 0.67 | 135.32 | 0.39 | 0.24 |
| Hex | 25 | 54 | 31 | 38 | 0 | 2A | 43 | 87 | 27 | 18 |
| Octal | 45 | 124 | 61 | 70 | 0 | 52 | 103 | 207 | 47 | 30 |
| Binary | 100101 | 1010100 | 110001 | 111000 | 0 | 101010 | 1000011 | 10000111 | 100111 | 11000 |
Color Harmonies of #255431
Complementary color
Monochromatic Colors of #255431
Black with #255431
Text Example
Text Example
White with #255431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255431; }
p { color: rgb(37,84,49); }
H1.HeaderClassName
{
color: #255431;
}
.AnyTagClassName
{
color: #255431;
}
</style>
background-color css
<style>
a { background-color: #255431; }
a { background-color: rgb(37,84,49); }
div.DivClassName
{
background-color: #255431;
}
.BgClassName
{
background-color: #255431;
}
</style>
border-color css
<style>
span { border-color: #255431; }
span { border-color: rgb(37,84,49); }
td.TdClassName
{
border-color: #255431;
}
.TagClassName
{
border-color: #255431;
}
</style>