#2E8A3D

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

Shades of Japanese Laurel #2E8A3D

Tints of Japanese Laurel #2E8A3D

Color information

#2E8A3D (or 0x2E8A3D) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 8A and 3D. RGB value is (46,138,61). Sum of RGB (Red+Green+Blue) = 46+138+61=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8A3D is #D175C2. Grayscale: #656565. Windows color (decimal): -13727171 or 4033070. OLE color: 4033070.

HSL color Cylindrical-coordinate representation of color #2E8A3D: hue angle of 129.78º 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 #2E8A3D is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB4613861-
CMYK0.6700.560.46
HSL129.78º50%36.08%-
HSV(B)129.78º66.67%54.12%-
XYZ11.0619.097.52-
YUV101.71105.0288.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 138 (54.30% from 255) = 56.33%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=18.78%
G=56.33%
B=24.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46138610.6700.560.46129.785036.08
Hex2E8A3D430382E823224
Octal5621275103070562026244
Binary101110100010101111011000011011100010111010000010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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