#2E712A

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

Shades of Japanese Laurel #2E712A

Tints of Japanese Laurel #2E712A

Color information

#2E712A (or 0x2E712A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 71 and 2A. RGB value is (46,113,42). Sum of RGB (Red+Green+Blue) = 46+113+42=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #2E712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E712A is #D18ED5. Grayscale: #555555. Windows color (decimal): -13733590 or 2781486. OLE color: 2781486.

HSL color Cylindrical-coordinate representation of color #2E712A: hue angle of 116.62º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E712A is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB4611342-
CMYK0.5900.630.56
HSL116.62º45.81%30.39%-
HSV(B)116.62º62.83%44.31%-
XYZ7.4512.564.22-
YUV84.87103.8100.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=22.89%
G=56.22%
B=20.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46113420.5900.630.56116.6245.8130.39
Hex2E712A3B03F38752e1e
Octal561615273077701655636
Binary10111011100011010101110110111111111000111010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,113,42); }

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

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

 a { background-color: rgb(46,113,42); }

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

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

 span { border-color: rgb(46,113,42); }

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