Shades of Kaitoke Green #274B31
Tints of Kaitoke Green #274B31
RGB
CMYK
RGB Variations
Color information
#274B31 (or 0x274B31) is known color: Kaitoke Green. HEX triplet: 27, 4B and 31. RGB value is (39,75,49). Sum of RGB (Red+Green+Blue) = 39+75+49=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #274B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B31 is #D8B4CE. Grayscale: #3D3D3D. Windows color (decimal): -14202063 or 3230503. OLE color: 3230503.
HSL color Cylindrical-coordinate representation of color #274B31: hue angle of 136.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #274B31 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 75 | 49 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.71 |
| HSL | 136.67º | 0.32% | 0.22% | - |
| HSV(B) | 136.67º | 0.48% | 0.29% | - |
| XYZ | 3.91 | 5.69 | 3.8 | - |
| YUV | 61.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 49 | 0.48 | 0 | 0.35 | 0.71 | 136.67 | 0.32 | 0.22 |
| Hex | 27 | 4B | 31 | 30 | 0 | 23 | 47 | 89 | 20 | 16 |
| Octal | 47 | 113 | 61 | 60 | 0 | 43 | 107 | 211 | 40 | 26 |
| Binary | 100111 | 1001011 | 110001 | 110000 | 0 | 100011 | 1000111 | 10001001 | 100000 | 10110 |
Color Harmonies of #274B31
Complementary color
Monochromatic Colors of #274B31
Black with #274B31
Text Example
Text Example
White with #274B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B31; }
p { color: rgb(39,75,49); }
H1.HeaderClassName
{
color: #274B31;
}
.AnyTagClassName
{
color: #274B31;
}
</style>
background-color css
<style>
a { background-color: #274B31; }
a { background-color: rgb(39,75,49); }
div.DivClassName
{
background-color: #274B31;
}
.BgClassName
{
background-color: #274B31;
}
</style>
border-color css
<style>
span { border-color: #274B31; }
span { border-color: rgb(39,75,49); }
td.TdClassName
{
border-color: #274B31;
}
.TagClassName
{
border-color: #274B31;
}
</style>