#2E7C26

Color #2E7C26 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2E7C26

Tints of Japanese Laurel #2E7C26

Color information

#2E7C26 (or 0x2E7C26) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 7C and 26. RGB value is (46,124,38). Sum of RGB (Red+Green+Blue) = 46+124+38=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7C26 is #D183D9. Grayscale: #5B5B5B. Windows color (decimal): -13730778 or 2522158. OLE color: 2522158.

HSL color Cylindrical-coordinate representation of color #2E7C26: hue angle of 114.42º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7C26 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB4612438-
CMYK0.6300.690.51
HSL114.42º53.09%31.76%-
HSV(B)114.42º69.35%48.63%-
XYZ8.6815.144.3-
YUV90.8798.1695.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 124 (48.83% from 255) = 59.62%
BLUE value IS 38 (15.23% from 255) = 18.27%
R=22.12%
G=59.62%
B=18.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46124380.6300.690.51114.4253.0931.76
Hex2E7C263F04533723520
Octal5617446770105631626540
Binary1011101111100100110111111010001011100111110010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E7C26; }

 p { color: rgb(46,124,38); }

 H1.HeaderClassName
 {
   color: #2E7C26;
 }
 .AnyTagClassName
 {
   color: #2E7C26;
 }
</style>
background-color css

<style>
 a { background-color: #2E7C26; }

 a { background-color: rgb(46,124,38); }

 div.DivClassName
 {
   background-color: #2E7C26;
 }
 .BgClassName
 {
   background-color: #2E7C26;
 }
</style>
border-color css

<style>
 span { border-color: #2E7C26; }

 span { border-color: rgb(46,124,38); }

 td.TdClassName
 {
   border-color: #2E7C26;
 }
 .TagClassName
 {
   border-color: #2E7C26;
 }
</style>