#2E792C

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

Shades of Japanese Laurel #2E792C

Tints of Japanese Laurel #2E792C

Color information

#2E792C (or 0x2E792C) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 79 and 2C. RGB value is (46,121,44). Sum of RGB (Red+Green+Blue) = 46+121+44=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #2E792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E792C is #D186D3. Grayscale: #5A5A5A. Windows color (decimal): -13731540 or 2914606. OLE color: 2914606.

HSL color Cylindrical-coordinate representation of color #2E792C: hue angle of 118.44º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E792C is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB4612144-
CMYK0.6200.640.53
HSL118.44º46.67%32.35%-
HSV(B)118.44º63.64%47.45%-
XYZ8.4214.444.73-
YUV89.8102.1596.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.80%
GREEN value IS 121 (47.66% from 255) = 57.35%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=21.80%
G=57.35%
B=20.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46121440.6200.640.53118.4446.6732.35
Hex2E792C3E04035762f20
Octal5617154760100651665740
Binary1011101111001101100111110010000001101011110110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,121,44); }

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

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

 a { background-color: rgb(46,121,44); }

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

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

 span { border-color: rgb(46,121,44); }

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