Shades of Kaitoke Green #235834
Tints of Kaitoke Green #235834
RGB
CMYK
RGB Variations
Color information
#235834 (or 0x235834) is known color: Kaitoke Green. HEX triplet: 23, 58 and 34. RGB value is (35,88,52). Sum of RGB (Red+Green+Blue) = 35+88+52=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #235834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235834 is #DCA7CB. Grayscale: #444444. Windows color (decimal): -14460876 or 3430435. OLE color: 3430435.
HSL color Cylindrical-coordinate representation of color #235834: hue angle of 139.25º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #235834 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 88 | 52 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.65 |
| HSL | 139.25º | 0.43% | 0.24% | - |
| HSV(B) | 139.25º | 0.6% | 0.35% | - |
| XYZ | 4.8 | 7.58 | 4.46 | - |
| YUV | 68.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 52 | 0.60 | 0 | 0.41 | 0.65 | 139.25 | 0.43 | 0.24 |
| Hex | 23 | 58 | 34 | 3C | 0 | 29 | 41 | 8B | 2B | 18 |
| Octal | 43 | 130 | 64 | 74 | 0 | 51 | 101 | 213 | 53 | 30 |
| Binary | 100011 | 1011000 | 110100 | 111100 | 0 | 101001 | 1000001 | 10001011 | 101011 | 11000 |
Color Harmonies of #235834
Complementary color
Monochromatic Colors of #235834
Black with #235834
Text Example
Text Example
White with #235834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235834; }
p { color: rgb(35,88,52); }
H1.HeaderClassName
{
color: #235834;
}
.AnyTagClassName
{
color: #235834;
}
</style>
background-color css
<style>
a { background-color: #235834; }
a { background-color: rgb(35,88,52); }
div.DivClassName
{
background-color: #235834;
}
.BgClassName
{
background-color: #235834;
}
</style>
border-color css
<style>
span { border-color: #235834; }
span { border-color: rgb(35,88,52); }
td.TdClassName
{
border-color: #235834;
}
.TagClassName
{
border-color: #235834;
}
</style>