Shades of Kaitoke Green #23482D
Tints of Kaitoke Green #23482D
RGB
CMYK
RGB Variations
Color information
#23482D (or 0x23482D) is known color: Kaitoke Green. HEX triplet: 23, 48 and 2D. RGB value is (35,72,45). Sum of RGB (Red+Green+Blue) = 35+72+45=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #23482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23482D is #DCB7D2. Grayscale: #393939. Windows color (decimal): -14464979 or 2967587. OLE color: 2967587.
HSL color Cylindrical-coordinate representation of color #23482D: hue angle of 136.22º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23482D is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 72 | 45 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.72 |
| HSL | 136.22º | 0.35% | 0.21% | - |
| HSV(B) | 136.22º | 0.51% | 0.28% | - |
| XYZ | 3.48 | 5.18 | 3.3 | - |
| YUV | 57.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 45 | 0.51 | 0 | 0.38 | 0.72 | 136.22 | 0.35 | 0.21 |
| Hex | 23 | 48 | 2D | 33 | 0 | 26 | 48 | 88 | 23 | 15 |
| Octal | 43 | 110 | 55 | 63 | 0 | 46 | 110 | 210 | 43 | 25 |
| Binary | 100011 | 1001000 | 101101 | 110011 | 0 | 100110 | 1001000 | 10001000 | 100011 | 10101 |
Color Harmonies of #23482D
Complementary color
Monochromatic Colors of #23482D
Black with #23482D
Text Example
Text Example
White with #23482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23482D; }
p { color: rgb(35,72,45); }
H1.HeaderClassName
{
color: #23482D;
}
.AnyTagClassName
{
color: #23482D;
}
</style>
background-color css
<style>
a { background-color: #23482D; }
a { background-color: rgb(35,72,45); }
div.DivClassName
{
background-color: #23482D;
}
.BgClassName
{
background-color: #23482D;
}
</style>
border-color css
<style>
span { border-color: #23482D; }
span { border-color: rgb(35,72,45); }
td.TdClassName
{
border-color: #23482D;
}
.TagClassName
{
border-color: #23482D;
}
</style>