#2E7F3F

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

Shades of Japanese Laurel #2E7F3F

Tints of Japanese Laurel #2E7F3F

Color information

#2E7F3F (or 0x2E7F3F) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 7F and 3F. RGB value is (46,127,63). Sum of RGB (Red+Green+Blue) = 46+127+63=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7F3F is #D180C0. Grayscale: #5F5F5F. Windows color (decimal): -13729985 or 4161326. OLE color: 4161326.

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

Color convert

RGB4612763-
CMYK0.6400.500.50
HSL132.59º46.82%33.92%-
HSV(B)132.59º63.78%49.8%-
XYZ9.6116.127.31-
YUV95.48109.6692.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.49%
GREEN value IS 127 (50% from 255) = 53.81%
BLUE value IS 63 (25% from 255) = 26.69%
R=19.49%
G=53.81%
B=26.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127630.6400.500.50132.5946.8233.92
Hex2E7F3F4003232852f22
Octal5617777100062622055742
Binary10111011111111111111000000011001011001010000101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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