Shades of Kaitoke Green #2A5339
Tints of Kaitoke Green #2A5339
RGB
CMYK
RGB Variations
Color information
#2A5339 (or 0x2A5339) is known color: Kaitoke Green. HEX triplet: 2A, 53 and 39. RGB value is (42,83,57). Sum of RGB (Red+Green+Blue) = 42+83+57=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5339 is #D5ACC6. Grayscale: #434343. Windows color (decimal): -14003399 or 3756842. OLE color: 3756842.
HSL color Cylindrical-coordinate representation of color #2A5339: hue angle of 141.95º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A5339 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 57 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.67 |
| HSL | 141.95º | 0.33% | 0.25% | - |
| HSV(B) | 141.95º | 0.49% | 0.33% | - |
| XYZ | 4.79 | 6.97 | 4.96 | - |
| YUV | 67.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 57 | 0.49 | 0 | 0.31 | 0.67 | 141.95 | 0.33 | 0.25 |
| Hex | 2A | 53 | 39 | 31 | 0 | 1F | 43 | 8E | 21 | 19 |
| Octal | 52 | 123 | 71 | 61 | 0 | 37 | 103 | 216 | 41 | 31 |
| Binary | 101010 | 1010011 | 111001 | 110001 | 0 | 11111 | 1000011 | 10001110 | 100001 | 11001 |
Color Harmonies of #2A5339
Complementary color
Monochromatic Colors of #2A5339
Black with #2A5339
Text Example
Text Example
White with #2A5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5339; }
p { color: rgb(42,83,57); }
H1.HeaderClassName
{
color: #2A5339;
}
.AnyTagClassName
{
color: #2A5339;
}
</style>
background-color css
<style>
a { background-color: #2A5339; }
a { background-color: rgb(42,83,57); }
div.DivClassName
{
background-color: #2A5339;
}
.BgClassName
{
background-color: #2A5339;
}
</style>
border-color css
<style>
span { border-color: #2A5339; }
span { border-color: rgb(42,83,57); }
td.TdClassName
{
border-color: #2A5339;
}
.TagClassName
{
border-color: #2A5339;
}
</style>