#2E7226

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

Shades of Japanese Laurel #2E7226

Tints of Japanese Laurel #2E7226

Color information

#2E7226 (or 0x2E7226) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 72 and 26. RGB value is (46,114,38). Sum of RGB (Red+Green+Blue) = 46+114+38=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7226 is #D18DD9. Grayscale: #555555. Windows color (decimal): -13733338 or 2519598. OLE color: 2519598.

HSL color Cylindrical-coordinate representation of color #2E7226: hue angle of 113.68º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E7226 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB4611438-
CMYK0.6000.670.55
HSL113.68º50%29.8%-
HSV(B)113.68º66.67%44.71%-
XYZ7.4912.763.9-
YUV85101.47100.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=23.23%
G=57.58%
B=19.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114380.6000.670.55113.685029.8
Hex2E72263C0433772321e
Octal5616246740103671626236
Binary101110111001010011011110001000011110111111001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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