Shades of Kaitoke Green #254D31
Tints of Kaitoke Green #254D31
RGB
CMYK
RGB Variations
Color information
#254D31 (or 0x254D31) is known color: Kaitoke Green. HEX triplet: 25, 4D and 31. RGB value is (37,77,49). Sum of RGB (Red+Green+Blue) = 37+77+49=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #254D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D31 is #DAB2CE. Grayscale: #3D3D3D. Windows color (decimal): -14332623 or 3231013. OLE color: 3231013.
HSL color Cylindrical-coordinate representation of color #254D31: hue angle of 138º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D31 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 77 | 49 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.70 |
| HSL | 138º | 0.35% | 0.22% | - |
| HSV(B) | 138º | 0.52% | 0.3% | - |
| XYZ | 3.97 | 5.92 | 3.84 | - |
| YUV | 61.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 49 | 0.52 | 0 | 0.36 | 0.70 | 138 | 0.35 | 0.22 |
| Hex | 25 | 4D | 31 | 34 | 0 | 24 | 46 | 8A | 23 | 16 |
| Octal | 45 | 115 | 61 | 64 | 0 | 44 | 106 | 212 | 43 | 26 |
| Binary | 100101 | 1001101 | 110001 | 110100 | 0 | 100100 | 1000110 | 10001010 | 100011 | 10110 |
Color Harmonies of #254D31
Complementary color
Monochromatic Colors of #254D31
Black with #254D31
Text Example
Text Example
White with #254D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D31; }
p { color: rgb(37,77,49); }
H1.HeaderClassName
{
color: #254D31;
}
.AnyTagClassName
{
color: #254D31;
}
</style>
background-color css
<style>
a { background-color: #254D31; }
a { background-color: rgb(37,77,49); }
div.DivClassName
{
background-color: #254D31;
}
.BgClassName
{
background-color: #254D31;
}
</style>
border-color css
<style>
span { border-color: #254D31; }
span { border-color: rgb(37,77,49); }
td.TdClassName
{
border-color: #254D31;
}
.TagClassName
{
border-color: #254D31;
}
</style>