Shades of Kaitoke Green #254A34
Tints of Kaitoke Green #254A34
RGB
CMYK
RGB Variations
Color information
#254A34 (or 0x254A34) is known color: Kaitoke Green. HEX triplet: 25, 4A and 34. RGB value is (37,74,52). Sum of RGB (Red+Green+Blue) = 37+74+52=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #254A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A34 is #DAB5CB. Grayscale: #3C3C3C. Windows color (decimal): -14333388 or 3426853. OLE color: 3426853.
HSL color Cylindrical-coordinate representation of color #254A34: hue angle of 144.32º 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 #254A34 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 74 | 52 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.71 |
| HSL | 144.32º | 0.33% | 0.22% | - |
| HSV(B) | 144.32º | 0.5% | 0.29% | - |
| XYZ | 3.83 | 5.54 | 4.12 | - |
| YUV | 60.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 52 | 0.50 | 0 | 0.30 | 0.71 | 144.32 | 0.33 | 0.22 |
| Hex | 25 | 4A | 34 | 32 | 0 | 1E | 47 | 90 | 21 | 16 |
| Octal | 45 | 112 | 64 | 62 | 0 | 36 | 107 | 220 | 41 | 26 |
| Binary | 100101 | 1001010 | 110100 | 110010 | 0 | 11110 | 1000111 | 10010000 | 100001 | 10110 |
Color Harmonies of #254A34
Complementary color
Monochromatic Colors of #254A34
Black with #254A34
Text Example
Text Example
White with #254A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A34; }
p { color: rgb(37,74,52); }
H1.HeaderClassName
{
color: #254A34;
}
.AnyTagClassName
{
color: #254A34;
}
</style>
background-color css
<style>
a { background-color: #254A34; }
a { background-color: rgb(37,74,52); }
div.DivClassName
{
background-color: #254A34;
}
.BgClassName
{
background-color: #254A34;
}
</style>
border-color css
<style>
span { border-color: #254A34; }
span { border-color: rgb(37,74,52); }
td.TdClassName
{
border-color: #254A34;
}
.TagClassName
{
border-color: #254A34;
}
</style>