Shades of Kaitoke Green #254C2E
Tints of Kaitoke Green #254C2E
RGB
CMYK
RGB Variations
Color information
#254C2E (or 0x254C2E) is known color: Kaitoke Green. HEX triplet: 25, 4C and 2E. RGB value is (37,76,46). Sum of RGB (Red+Green+Blue) = 37+76+46=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #254C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C2E is #DAB3D1. Grayscale: #3D3D3D. Windows color (decimal): -14332882 or 3034149. OLE color: 3034149.
HSL color Cylindrical-coordinate representation of color #254C2E: hue angle of 133.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254C2E is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 76 | 46 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.70 |
| HSL | 133.85º | 0.35% | 0.22% | - |
| HSV(B) | 133.85º | 0.51% | 0.3% | - |
| XYZ | 3.84 | 5.76 | 3.49 | - |
| YUV | 60.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 46 | 0.51 | 0 | 0.39 | 0.70 | 133.85 | 0.35 | 0.22 |
| Hex | 25 | 4C | 2E | 33 | 0 | 27 | 46 | 86 | 23 | 16 |
| Octal | 45 | 114 | 56 | 63 | 0 | 47 | 106 | 206 | 43 | 26 |
| Binary | 100101 | 1001100 | 101110 | 110011 | 0 | 100111 | 1000110 | 10000110 | 100011 | 10110 |
Color Harmonies of #254C2E
Complementary color
Monochromatic Colors of #254C2E
Black with #254C2E
Text Example
Text Example
White with #254C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C2E; }
p { color: rgb(37,76,46); }
H1.HeaderClassName
{
color: #254C2E;
}
.AnyTagClassName
{
color: #254C2E;
}
</style>
background-color css
<style>
a { background-color: #254C2E; }
a { background-color: rgb(37,76,46); }
div.DivClassName
{
background-color: #254C2E;
}
.BgClassName
{
background-color: #254C2E;
}
</style>
border-color css
<style>
span { border-color: #254C2E; }
span { border-color: rgb(37,76,46); }
td.TdClassName
{
border-color: #254C2E;
}
.TagClassName
{
border-color: #254C2E;
}
</style>