Shades of Kaitoke Green #254A33
Tints of Kaitoke Green #254A33
RGB
CMYK
RGB Variations
Color information
#254A33 (or 0x254A33) is known color: Kaitoke Green. HEX triplet: 25, 4A and 33. RGB value is (37,74,51). Sum of RGB (Red+Green+Blue) = 37+74+51=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #254A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A33 is #DAB5CC. Grayscale: #3C3C3C. Windows color (decimal): -14333389 or 3361317. OLE color: 3361317.
HSL color Cylindrical-coordinate representation of color #254A33: hue angle of 142.7º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A33 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 74 | 51 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.71 |
| HSL | 142.7º | 0.33% | 0.22% | - |
| HSV(B) | 142.7º | 0.5% | 0.29% | - |
| XYZ | 3.81 | 5.53 | 4 | - |
| YUV | 60.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 51 | 0.50 | 0 | 0.31 | 0.71 | 142.7 | 0.33 | 0.22 |
| Hex | 25 | 4A | 33 | 32 | 0 | 1F | 47 | 8F | 21 | 16 |
| Octal | 45 | 112 | 63 | 62 | 0 | 37 | 107 | 217 | 41 | 26 |
| Binary | 100101 | 1001010 | 110011 | 110010 | 0 | 11111 | 1000111 | 10001111 | 100001 | 10110 |
Color Harmonies of #254A33
Complementary color
Monochromatic Colors of #254A33
Black with #254A33
Text Example
Text Example
White with #254A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A33; }
p { color: rgb(37,74,51); }
H1.HeaderClassName
{
color: #254A33;
}
.AnyTagClassName
{
color: #254A33;
}
</style>
background-color css
<style>
a { background-color: #254A33; }
a { background-color: rgb(37,74,51); }
div.DivClassName
{
background-color: #254A33;
}
.BgClassName
{
background-color: #254A33;
}
</style>
border-color css
<style>
span { border-color: #254A33; }
span { border-color: rgb(37,74,51); }
td.TdClassName
{
border-color: #254A33;
}
.TagClassName
{
border-color: #254A33;
}
</style>