Shades of Kaitoke Green #254D2E
Tints of Kaitoke Green #254D2E
RGB
CMYK
RGB Variations
Color information
#254D2E (or 0x254D2E) is known color: Kaitoke Green. HEX triplet: 25, 4D and 2E. RGB value is (37,77,46). Sum of RGB (Red+Green+Blue) = 37+77+46=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #254D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D2E is #DAB2D1. Grayscale: #3D3D3D. Windows color (decimal): -14332626 or 3034405. OLE color: 3034405.
HSL color Cylindrical-coordinate representation of color #254D2E: hue angle of 133.5º 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 #254D2E is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 77 | 46 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.70 |
| HSL | 133.5º | 0.35% | 0.22% | - |
| HSV(B) | 133.5º | 0.52% | 0.3% | - |
| XYZ | 3.91 | 5.9 | 3.52 | - |
| YUV | 61.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 46 | 0.52 | 0 | 0.40 | 0.70 | 133.5 | 0.35 | 0.22 |
| Hex | 25 | 4D | 2E | 34 | 0 | 28 | 46 | 86 | 23 | 16 |
| Octal | 45 | 115 | 56 | 64 | 0 | 50 | 106 | 206 | 43 | 26 |
| Binary | 100101 | 1001101 | 101110 | 110100 | 0 | 101000 | 1000110 | 10000110 | 100011 | 10110 |
Color Harmonies of #254D2E
Complementary color
Monochromatic Colors of #254D2E
Black with #254D2E
Text Example
Text Example
White with #254D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D2E; }
p { color: rgb(37,77,46); }
H1.HeaderClassName
{
color: #254D2E;
}
.AnyTagClassName
{
color: #254D2E;
}
</style>
background-color css
<style>
a { background-color: #254D2E; }
a { background-color: rgb(37,77,46); }
div.DivClassName
{
background-color: #254D2E;
}
.BgClassName
{
background-color: #254D2E;
}
</style>
border-color css
<style>
span { border-color: #254D2E; }
span { border-color: rgb(37,77,46); }
td.TdClassName
{
border-color: #254D2E;
}
.TagClassName
{
border-color: #254D2E;
}
</style>