Shades of Kaitoke Green #254D2F
Tints of Kaitoke Green #254D2F
RGB
CMYK
RGB Variations
Color information
#254D2F (or 0x254D2F) is known color: Kaitoke Green. HEX triplet: 25, 4D and 2F. RGB value is (37,77,47). Sum of RGB (Red+Green+Blue) = 37+77+47=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #254D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D2F is #DAB2D0. Grayscale: #3D3D3D. Windows color (decimal): -14332625 or 3099941. OLE color: 3099941.
HSL color Cylindrical-coordinate representation of color #254D2F: hue angle of 135º 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 #254D2F is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 77 | 47 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.70 |
| HSL | 135º | 0.35% | 0.22% | - |
| HSV(B) | 135º | 0.52% | 0.3% | - |
| XYZ | 3.93 | 5.91 | 3.62 | - |
| YUV | 61.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 47 | 0.52 | 0 | 0.39 | 0.70 | 135 | 0.35 | 0.22 |
| Hex | 25 | 4D | 2F | 34 | 0 | 27 | 46 | 87 | 23 | 16 |
| Octal | 45 | 115 | 57 | 64 | 0 | 47 | 106 | 207 | 43 | 26 |
| Binary | 100101 | 1001101 | 101111 | 110100 | 0 | 100111 | 1000110 | 10000111 | 100011 | 10110 |
Color Harmonies of #254D2F
Complementary color
Monochromatic Colors of #254D2F
Black with #254D2F
Text Example
Text Example
White with #254D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D2F; }
p { color: rgb(37,77,47); }
H1.HeaderClassName
{
color: #254D2F;
}
.AnyTagClassName
{
color: #254D2F;
}
</style>
background-color css
<style>
a { background-color: #254D2F; }
a { background-color: rgb(37,77,47); }
div.DivClassName
{
background-color: #254D2F;
}
.BgClassName
{
background-color: #254D2F;
}
</style>
border-color css
<style>
span { border-color: #254D2F; }
span { border-color: rgb(37,77,47); }
td.TdClassName
{
border-color: #254D2F;
}
.TagClassName
{
border-color: #254D2F;
}
</style>