Shades of Kaitoke Green #274E30
Tints of Kaitoke Green #274E30
RGB
CMYK
RGB Variations
Color information
#274E30 (or 0x274E30) is known color: Kaitoke Green. HEX triplet: 27, 4E and 30. RGB value is (39,78,48). Sum of RGB (Red+Green+Blue) = 39+78+48=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #274E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274E30 is #D8B1CF. Grayscale: #3F3F3F. Windows color (decimal): -14201296 or 3165735. OLE color: 3165735.
HSL color Cylindrical-coordinate representation of color #274E30: hue angle of 133.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #274E30 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 78 | 48 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.69 |
| HSL | 133.85º | 0.33% | 0.23% | - |
| HSV(B) | 133.85º | 0.5% | 0.31% | - |
| XYZ | 4.09 | 6.09 | 3.76 | - |
| YUV | 62.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 48 | 0.50 | 0 | 0.38 | 0.69 | 133.85 | 0.33 | 0.23 |
| Hex | 27 | 4E | 30 | 32 | 0 | 26 | 45 | 86 | 21 | 17 |
| Octal | 47 | 116 | 60 | 62 | 0 | 46 | 105 | 206 | 41 | 27 |
| Binary | 100111 | 1001110 | 110000 | 110010 | 0 | 100110 | 1000101 | 10000110 | 100001 | 10111 |
Color Harmonies of #274E30
Complementary color
Monochromatic Colors of #274E30
Black with #274E30
Text Example
Text Example
White with #274E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E30; }
p { color: rgb(39,78,48); }
H1.HeaderClassName
{
color: #274E30;
}
.AnyTagClassName
{
color: #274E30;
}
</style>
background-color css
<style>
a { background-color: #274E30; }
a { background-color: rgb(39,78,48); }
div.DivClassName
{
background-color: #274E30;
}
.BgClassName
{
background-color: #274E30;
}
</style>
border-color css
<style>
span { border-color: #274E30; }
span { border-color: rgb(39,78,48); }
td.TdClassName
{
border-color: #274E30;
}
.TagClassName
{
border-color: #274E30;
}
</style>