Shades of Kaitoke Green #274D30
Tints of Kaitoke Green #274D30
RGB
CMYK
RGB Variations
Color information
#274D30 (or 0x274D30) is known color: Kaitoke Green. HEX triplet: 27, 4D and 30. RGB value is (39,77,48). Sum of RGB (Red+Green+Blue) = 39+77+48=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #274D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D30 is #D8B2CF. Grayscale: #3E3E3E. Windows color (decimal): -14201552 or 3165479. OLE color: 3165479.
HSL color Cylindrical-coordinate representation of color #274D30: hue angle of 134.21º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274D30 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 77 | 48 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.70 |
| HSL | 134.21º | 0.33% | 0.23% | - |
| HSV(B) | 134.21º | 0.49% | 0.3% | - |
| XYZ | 4.02 | 5.95 | 3.73 | - |
| YUV | 62.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 48 | 0.49 | 0 | 0.38 | 0.70 | 134.21 | 0.33 | 0.23 |
| Hex | 27 | 4D | 30 | 31 | 0 | 26 | 46 | 86 | 21 | 17 |
| Octal | 47 | 115 | 60 | 61 | 0 | 46 | 106 | 206 | 41 | 27 |
| Binary | 100111 | 1001101 | 110000 | 110001 | 0 | 100110 | 1000110 | 10000110 | 100001 | 10111 |
Color Harmonies of #274D30
Complementary color
Monochromatic Colors of #274D30
Black with #274D30
Text Example
Text Example
White with #274D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D30; }
p { color: rgb(39,77,48); }
H1.HeaderClassName
{
color: #274D30;
}
.AnyTagClassName
{
color: #274D30;
}
</style>
background-color css
<style>
a { background-color: #274D30; }
a { background-color: rgb(39,77,48); }
div.DivClassName
{
background-color: #274D30;
}
.BgClassName
{
background-color: #274D30;
}
</style>
border-color css
<style>
span { border-color: #274D30; }
span { border-color: rgb(39,77,48); }
td.TdClassName
{
border-color: #274D30;
}
.TagClassName
{
border-color: #274D30;
}
</style>