#2E873F

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

Shades of Japanese Laurel #2E873F

Tints of Japanese Laurel #2E873F

Color information

#2E873F (or 0x2E873F) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 87 and 3F. RGB value is (46,135,63). Sum of RGB (Red+Green+Blue) = 46+135+63=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #2E873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E873F is #D178C0. Grayscale: #646464. Windows color (decimal): -13727937 or 4163374. OLE color: 4163374.

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

Color convert

RGB4613563-
CMYK0.6600.530.47
HSL131.46º49.17%35.49%-
HSV(B)131.46º65.93%52.94%-
XYZ10.6918.277.67-
YUV100.18107.0189.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.85%
GREEN value IS 135 (53.12% from 255) = 55.33%
BLUE value IS 63 (25% from 255) = 25.82%
R=18.85%
G=55.33%
B=25.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46135630.6600.530.47131.4649.1735.49
Hex2E873F420352F833123
Octal5620777102065572036143
Binary101110100001111111111000010011010110111110000011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,135,63); }

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

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

 a { background-color: rgb(46,135,63); }

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

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

 span { border-color: rgb(46,135,63); }

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