Shades of Japanese Laurel #26772F
Tints of Japanese Laurel #26772F
RGB
CMYK
RGB Variations
Color information
#26772F (or 0x26772F) is known color: Japanese Laurel. HEX triplet: 26, 77 and 2F. RGB value is (38,119,47). Sum of RGB (Red+Green+Blue) = 38+119+47=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #26772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26772F is #D988D0. Grayscale: #565656. Windows color (decimal): -14256337 or 3110694. OLE color: 3110694.
HSL color Cylindrical-coordinate representation of color #26772F: hue angle of 126.67º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26772F is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 119 | 47 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.53 |
| HSL | 126.67º | 0.52% | 0.31% | - |
| HSV(B) | 126.67º | 0.68% | 0.47% | - |
| XYZ | 7.91 | 13.81 | 4.94 | - |
| YUV | 86.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 47 | 0.68 | 0 | 0.61 | 0.53 | 126.67 | 0.52 | 0.31 |
| Hex | 26 | 77 | 2F | 44 | 0 | 3D | 35 | 7F | 34 | 1F |
| Octal | 46 | 167 | 57 | 104 | 0 | 75 | 65 | 177 | 64 | 37 |
| Binary | 100110 | 1110111 | 101111 | 1000100 | 0 | 111101 | 110101 | 1111111 | 110100 | 11111 |
Color Harmonies of #26772F
Complementary color
Monochromatic Colors of #26772F
Black with #26772F
Text Example
Text Example
White with #26772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26772F; }
p { color: rgb(38,119,47); }
H1.HeaderClassName
{
color: #26772F;
}
.AnyTagClassName
{
color: #26772F;
}
</style>
background-color css
<style>
a { background-color: #26772F; }
a { background-color: rgb(38,119,47); }
div.DivClassName
{
background-color: #26772F;
}
.BgClassName
{
background-color: #26772F;
}
</style>
border-color css
<style>
span { border-color: #26772F; }
span { border-color: rgb(38,119,47); }
td.TdClassName
{
border-color: #26772F;
}
.TagClassName
{
border-color: #26772F;
}
</style>