Shades of Kaitoke Green #254B2E
Tints of Kaitoke Green #254B2E
RGB
CMYK
RGB Variations
Color information
#254B2E (or 0x254B2E) is known color: Kaitoke Green. HEX triplet: 25, 4B and 2E. RGB value is (37,75,46). Sum of RGB (Red+Green+Blue) = 37+75+46=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #254B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B2E is #DAB4D1. Grayscale: #3C3C3C. Windows color (decimal): -14333138 or 3033893. OLE color: 3033893.
HSL color Cylindrical-coordinate representation of color #254B2E: hue angle of 134.21º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B2E is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 75 | 46 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.71 |
| HSL | 134.21º | 0.34% | 0.22% | - |
| HSV(B) | 134.21º | 0.51% | 0.29% | - |
| XYZ | 3.77 | 5.62 | 3.47 | - |
| YUV | 60.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 46 | 0.51 | 0 | 0.39 | 0.71 | 134.21 | 0.34 | 0.22 |
| Hex | 25 | 4B | 2E | 33 | 0 | 27 | 47 | 86 | 22 | 16 |
| Octal | 45 | 113 | 56 | 63 | 0 | 47 | 107 | 206 | 42 | 26 |
| Binary | 100101 | 1001011 | 101110 | 110011 | 0 | 100111 | 1000111 | 10000110 | 100010 | 10110 |
Color Harmonies of #254B2E
Complementary color
Monochromatic Colors of #254B2E
Black with #254B2E
Text Example
Text Example
White with #254B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B2E; }
p { color: rgb(37,75,46); }
H1.HeaderClassName
{
color: #254B2E;
}
.AnyTagClassName
{
color: #254B2E;
}
</style>
background-color css
<style>
a { background-color: #254B2E; }
a { background-color: rgb(37,75,46); }
div.DivClassName
{
background-color: #254B2E;
}
.BgClassName
{
background-color: #254B2E;
}
</style>
border-color css
<style>
span { border-color: #254B2E; }
span { border-color: rgb(37,75,46); }
td.TdClassName
{
border-color: #254B2E;
}
.TagClassName
{
border-color: #254B2E;
}
</style>