Shades of Kaitoke Green #254F2D
Tints of Kaitoke Green #254F2D
RGB
CMYK
RGB Variations
Color information
#254F2D (or 0x254F2D) is known color: Kaitoke Green. HEX triplet: 25, 4F and 2D. RGB value is (37,79,45). Sum of RGB (Red+Green+Blue) = 37+79+45=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #254F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F2D is #DAB0D2. Grayscale: #3E3E3E. Windows color (decimal): -14332115 or 2969381. OLE color: 2969381.
HSL color Cylindrical-coordinate representation of color #254F2D: hue angle of 131.43º 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 #254F2D is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 79 | 45 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.69 |
| HSL | 131.43º | 0.36% | 0.23% | - |
| HSV(B) | 131.43º | 0.53% | 0.31% | - |
| XYZ | 4.03 | 6.17 | 3.46 | - |
| YUV | 62.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 45 | 0.53 | 0 | 0.43 | 0.69 | 131.43 | 0.36 | 0.23 |
| Hex | 25 | 4F | 2D | 35 | 0 | 2B | 45 | 83 | 24 | 17 |
| Octal | 45 | 117 | 55 | 65 | 0 | 53 | 105 | 203 | 44 | 27 |
| Binary | 100101 | 1001111 | 101101 | 110101 | 0 | 101011 | 1000101 | 10000011 | 100100 | 10111 |
Color Harmonies of #254F2D
Complementary color
Monochromatic Colors of #254F2D
Black with #254F2D
Text Example
Text Example
White with #254F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F2D; }
p { color: rgb(37,79,45); }
H1.HeaderClassName
{
color: #254F2D;
}
.AnyTagClassName
{
color: #254F2D;
}
</style>
background-color css
<style>
a { background-color: #254F2D; }
a { background-color: rgb(37,79,45); }
div.DivClassName
{
background-color: #254F2D;
}
.BgClassName
{
background-color: #254F2D;
}
</style>
border-color css
<style>
span { border-color: #254F2D; }
span { border-color: rgb(37,79,45); }
td.TdClassName
{
border-color: #254F2D;
}
.TagClassName
{
border-color: #254F2D;
}
</style>