Shades of Kaitoke Green #235338
Tints of Kaitoke Green #235338
RGB
CMYK
RGB Variations
Color information
#235338 (or 0x235338) is known color: Kaitoke Green. HEX triplet: 23, 53 and 38. RGB value is (35,83,56). Sum of RGB (Red+Green+Blue) = 35+83+56=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #235338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235338 is #DCACC7. Grayscale: #414141. Windows color (decimal): -14462152 or 3691299. OLE color: 3691299.
HSL color Cylindrical-coordinate representation of color #235338: hue angle of 146.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235338 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 83 | 56 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.67 |
| HSL | 146.25º | 0.41% | 0.23% | - |
| HSV(B) | 146.25º | 0.58% | 0.33% | - |
| XYZ | 4.5 | 6.83 | 4.82 | - |
| YUV | 65.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 56 | 0.58 | 0 | 0.33 | 0.67 | 146.25 | 0.41 | 0.23 |
| Hex | 23 | 53 | 38 | 3A | 0 | 21 | 43 | 92 | 29 | 17 |
| Octal | 43 | 123 | 70 | 72 | 0 | 41 | 103 | 222 | 51 | 27 |
| Binary | 100011 | 1010011 | 111000 | 111010 | 0 | 100001 | 1000011 | 10010010 | 101001 | 10111 |
Color Harmonies of #235338
Complementary color
Monochromatic Colors of #235338
Black with #235338
Text Example
Text Example
White with #235338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235338; }
p { color: rgb(35,83,56); }
H1.HeaderClassName
{
color: #235338;
}
.AnyTagClassName
{
color: #235338;
}
</style>
background-color css
<style>
a { background-color: #235338; }
a { background-color: rgb(35,83,56); }
div.DivClassName
{
background-color: #235338;
}
.BgClassName
{
background-color: #235338;
}
</style>
border-color css
<style>
span { border-color: #235338; }
span { border-color: rgb(35,83,56); }
td.TdClassName
{
border-color: #235338;
}
.TagClassName
{
border-color: #235338;
}
</style>