Shades of Japanese Laurel #27772A
Tints of Japanese Laurel #27772A
RGB
CMYK
RGB Variations
Color information
#27772A (or 0x27772A) is known color: Japanese Laurel. HEX triplet: 27, 77 and 2A. RGB value is (39,119,42). Sum of RGB (Red+Green+Blue) = 39+119+42=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #27772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27772A is #D888D5. Grayscale: #565656. Windows color (decimal): -14190806 or 2783015. OLE color: 2783015.
HSL color Cylindrical-coordinate representation of color #27772A: hue angle of 122.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27772A is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 119 | 42 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.53 |
| HSL | 122.25º | 0.51% | 0.31% | - |
| HSV(B) | 122.25º | 0.67% | 0.47% | - |
| XYZ | 7.85 | 13.79 | 4.44 | - |
| YUV | 86.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 42 | 0.67 | 0 | 0.65 | 0.53 | 122.25 | 0.51 | 0.31 |
| Hex | 27 | 77 | 2A | 43 | 0 | 41 | 35 | 7A | 33 | 1F |
| Octal | 47 | 167 | 52 | 103 | 0 | 101 | 65 | 172 | 63 | 37 |
| Binary | 100111 | 1110111 | 101010 | 1000011 | 0 | 1000001 | 110101 | 1111010 | 110011 | 11111 |
Color Harmonies of #27772A
Complementary color
Monochromatic Colors of #27772A
Black with #27772A
Text Example
Text Example
White with #27772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27772A; }
p { color: rgb(39,119,42); }
H1.HeaderClassName
{
color: #27772A;
}
.AnyTagClassName
{
color: #27772A;
}
</style>
background-color css
<style>
a { background-color: #27772A; }
a { background-color: rgb(39,119,42); }
div.DivClassName
{
background-color: #27772A;
}
.BgClassName
{
background-color: #27772A;
}
</style>
border-color css
<style>
span { border-color: #27772A; }
span { border-color: rgb(39,119,42); }
td.TdClassName
{
border-color: #27772A;
}
.TagClassName
{
border-color: #27772A;
}
</style>