Shades of Kaitoke Green #275435
Tints of Kaitoke Green #275435
RGB
CMYK
RGB Variations
Color information
#275435 (or 0x275435) is known color: Kaitoke Green. HEX triplet: 27, 54 and 35. RGB value is (39,84,53). Sum of RGB (Red+Green+Blue) = 39+84+53=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #275435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275435 is #D8ABCA. Grayscale: #434343. Windows color (decimal): -14199755 or 3494951. OLE color: 3494951.
HSL color Cylindrical-coordinate representation of color #275435: hue angle of 138.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275435 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 84 | 53 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.67 |
| HSL | 138.67º | 0.37% | 0.24% | - |
| HSV(B) | 138.67º | 0.54% | 0.33% | - |
| XYZ | 4.65 | 7.03 | 4.48 | - |
| YUV | 67.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 53 | 0.54 | 0 | 0.37 | 0.67 | 138.67 | 0.37 | 0.24 |
| Hex | 27 | 54 | 35 | 36 | 0 | 25 | 43 | 8B | 25 | 18 |
| Octal | 47 | 124 | 65 | 66 | 0 | 45 | 103 | 213 | 45 | 30 |
| Binary | 100111 | 1010100 | 110101 | 110110 | 0 | 100101 | 1000011 | 10001011 | 100101 | 11000 |
Color Harmonies of #275435
Complementary color
Monochromatic Colors of #275435
Black with #275435
Text Example
Text Example
White with #275435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275435; }
p { color: rgb(39,84,53); }
H1.HeaderClassName
{
color: #275435;
}
.AnyTagClassName
{
color: #275435;
}
</style>
background-color css
<style>
a { background-color: #275435; }
a { background-color: rgb(39,84,53); }
div.DivClassName
{
background-color: #275435;
}
.BgClassName
{
background-color: #275435;
}
</style>
border-color css
<style>
span { border-color: #275435; }
span { border-color: rgb(39,84,53); }
td.TdClassName
{
border-color: #275435;
}
.TagClassName
{
border-color: #275435;
}
</style>