Shades of Kaitoke Green #234A31
Tints of Kaitoke Green #234A31
RGB
CMYK
RGB Variations
Color information
#234A31 (or 0x234A31) is known color: Kaitoke Green. HEX triplet: 23, 4A and 31. RGB value is (35,74,49). Sum of RGB (Red+Green+Blue) = 35+74+49=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #234A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A31 is #DCB5CE. Grayscale: #3B3B3B. Windows color (decimal): -14464463 or 3230243. OLE color: 3230243.
HSL color Cylindrical-coordinate representation of color #234A31: hue angle of 141.54º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A31 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 74 | 49 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.71 |
| HSL | 141.54º | 0.36% | 0.21% | - |
| HSV(B) | 141.54º | 0.53% | 0.29% | - |
| XYZ | 3.7 | 5.48 | 3.77 | - |
| YUV | 59.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 49 | 0.53 | 0 | 0.34 | 0.71 | 141.54 | 0.36 | 0.21 |
| Hex | 23 | 4A | 31 | 35 | 0 | 22 | 47 | 8E | 24 | 15 |
| Octal | 43 | 112 | 61 | 65 | 0 | 42 | 107 | 216 | 44 | 25 |
| Binary | 100011 | 1001010 | 110001 | 110101 | 0 | 100010 | 1000111 | 10001110 | 100100 | 10101 |
Color Harmonies of #234A31
Complementary color
Monochromatic Colors of #234A31
Black with #234A31
Text Example
Text Example
White with #234A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A31; }
p { color: rgb(35,74,49); }
H1.HeaderClassName
{
color: #234A31;
}
.AnyTagClassName
{
color: #234A31;
}
</style>
background-color css
<style>
a { background-color: #234A31; }
a { background-color: rgb(35,74,49); }
div.DivClassName
{
background-color: #234A31;
}
.BgClassName
{
background-color: #234A31;
}
</style>
border-color css
<style>
span { border-color: #234A31; }
span { border-color: rgb(35,74,49); }
td.TdClassName
{
border-color: #234A31;
}
.TagClassName
{
border-color: #234A31;
}
</style>