Shades of Kaitoke Green #254E34
Tints of Kaitoke Green #254E34
RGB
CMYK
RGB Variations
Color information
#254E34 (or 0x254E34) is known color: Kaitoke Green. HEX triplet: 25, 4E and 34. RGB value is (37,78,52). Sum of RGB (Red+Green+Blue) = 37+78+52=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #254E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E34 is #DAB1CB. Grayscale: #3E3E3E. Windows color (decimal): -14332364 or 3427877. OLE color: 3427877.
HSL color Cylindrical-coordinate representation of color #254E34: hue angle of 141.95º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254E34 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 78 | 52 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.69 |
| HSL | 141.95º | 0.36% | 0.23% | - |
| HSV(B) | 141.95º | 0.53% | 0.31% | - |
| XYZ | 4.11 | 6.09 | 4.21 | - |
| YUV | 62.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 52 | 0.53 | 0 | 0.33 | 0.69 | 141.95 | 0.36 | 0.23 |
| Hex | 25 | 4E | 34 | 35 | 0 | 21 | 45 | 8E | 24 | 17 |
| Octal | 45 | 116 | 64 | 65 | 0 | 41 | 105 | 216 | 44 | 27 |
| Binary | 100101 | 1001110 | 110100 | 110101 | 0 | 100001 | 1000101 | 10001110 | 100100 | 10111 |
Color Harmonies of #254E34
Complementary color
Monochromatic Colors of #254E34
Black with #254E34
Text Example
Text Example
White with #254E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E34; }
p { color: rgb(37,78,52); }
H1.HeaderClassName
{
color: #254E34;
}
.AnyTagClassName
{
color: #254E34;
}
</style>
background-color css
<style>
a { background-color: #254E34; }
a { background-color: rgb(37,78,52); }
div.DivClassName
{
background-color: #254E34;
}
.BgClassName
{
background-color: #254E34;
}
</style>
border-color css
<style>
span { border-color: #254E34; }
span { border-color: rgb(37,78,52); }
td.TdClassName
{
border-color: #254E34;
}
.TagClassName
{
border-color: #254E34;
}
</style>