#2E8F3C

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

Shades of Japanese Laurel #2E8F3C

Tints of Japanese Laurel #2E8F3C

Color information

#2E8F3C (or 0x2E8F3C) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 8F and 3C. RGB value is (46,143,60). Sum of RGB (Red+Green+Blue) = 46+143+60=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8F3C is #D170C3. Grayscale: #686868. Windows color (decimal): -13725892 or 3968814. OLE color: 3968814.

HSL color Cylindrical-coordinate representation of color #2E8F3C: hue angle of 128.66º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F3C is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB4614360-
CMYK0.6800.580.44
HSL128.66º51.32%37.06%-
HSV(B)128.66º67.83%56.08%-
XYZ11.7620.557.62-
YUV104.54102.8686.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 143 (56.25% from 255) = 57.43%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=18.47%
G=57.43%
B=24.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46143600.6800.580.44128.6651.3237.06
Hex2E8F3C4403A2C813325
Octal5621774104072542016345
Binary101110100011111111001000100011101010110010000001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,143,60); }

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

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

 a { background-color: rgb(46,143,60); }

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

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

 span { border-color: rgb(46,143,60); }

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