Shades of Kaitoke Green #254F2E
Tints of Kaitoke Green #254F2E
RGB
CMYK
RGB Variations
Color information
#254F2E (or 0x254F2E) is known color: Kaitoke Green. HEX triplet: 25, 4F and 2E. RGB value is (37,79,46). Sum of RGB (Red+Green+Blue) = 37+79+46=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #254F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F2E is #DAB0D1. Grayscale: #3E3E3E. Windows color (decimal): -14332114 or 3034917. OLE color: 3034917.
HSL color Cylindrical-coordinate representation of color #254F2E: hue angle of 132.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F2E is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 79 | 46 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.69 |
| HSL | 132.86º | 0.36% | 0.23% | - |
| HSV(B) | 132.86º | 0.53% | 0.31% | - |
| XYZ | 4.05 | 6.18 | 3.56 | - |
| YUV | 62.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 46 | 0.53 | 0 | 0.42 | 0.69 | 132.86 | 0.36 | 0.23 |
| Hex | 25 | 4F | 2E | 35 | 0 | 2A | 45 | 85 | 24 | 17 |
| Octal | 45 | 117 | 56 | 65 | 0 | 52 | 105 | 205 | 44 | 27 |
| Binary | 100101 | 1001111 | 101110 | 110101 | 0 | 101010 | 1000101 | 10000101 | 100100 | 10111 |
Color Harmonies of #254F2E
Complementary color
Monochromatic Colors of #254F2E
Black with #254F2E
Text Example
Text Example
White with #254F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F2E; }
p { color: rgb(37,79,46); }
H1.HeaderClassName
{
color: #254F2E;
}
.AnyTagClassName
{
color: #254F2E;
}
</style>
background-color css
<style>
a { background-color: #254F2E; }
a { background-color: rgb(37,79,46); }
div.DivClassName
{
background-color: #254F2E;
}
.BgClassName
{
background-color: #254F2E;
}
</style>
border-color css
<style>
span { border-color: #254F2E; }
span { border-color: rgb(37,79,46); }
td.TdClassName
{
border-color: #254F2E;
}
.TagClassName
{
border-color: #254F2E;
}
</style>