#2E8A3A

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

Shades of Japanese Laurel #2E8A3A

Tints of Japanese Laurel #2E8A3A

Color information

#2E8A3A (or 0x2E8A3A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 8A and 3A. RGB value is (46,138,58). Sum of RGB (Red+Green+Blue) = 46+138+58=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8A3A is #D175C5. Grayscale: #656565. Windows color (decimal): -13727174 or 3836462. OLE color: 3836462.

HSL color Cylindrical-coordinate representation of color #2E8A3A: hue angle of 127.83º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A3A is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB4613858-
CMYK0.6700.580.46
HSL127.83º50%36.08%-
HSV(B)127.83º66.67%54.12%-
XYZ10.9819.067.1-
YUV101.37103.5288.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 138 (54.30% from 255) = 57.02%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=19.01%
G=57.02%
B=23.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46138580.6700.580.46127.835036.08
Hex2E8A3A4303A2E803224
Octal5621272103072562006244
Binary101110100010101110101000011011101010111010000000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,138,58); }

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

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

 a { background-color: rgb(46,138,58); }

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

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

 span { border-color: rgb(46,138,58); }

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