#2E7C3E

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

Shades of Japanese Laurel #2E7C3E

Tints of Japanese Laurel #2E7C3E

Color information

#2E7C3E (or 0x2E7C3E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 7C and 3E. RGB value is (46,124,62). Sum of RGB (Red+Green+Blue) = 46+124+62=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7C3E is #D183C1. Grayscale: #5D5D5D. Windows color (decimal): -13730754 or 4095022. OLE color: 4095022.

HSL color Cylindrical-coordinate representation of color #2E7C3E: hue angle of 132.31º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7C3E is Cyan = 0.63, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB4612462-
CMYK0.6300.50.51
HSL132.31º45.88%33.33%-
HSV(B)132.31º62.9%48.63%-
XYZ9.215.347.03-
YUV93.61110.1694.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=19.83%
G=53.45%
B=26.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46124620.6300.50.51132.3145.8833.33
Hex2E7C3E3F03233842e21
Octal561747677062632045641
Binary1011101111100111110111111011001011001110000100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,124,62); }

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

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

 a { background-color: rgb(46,124,62); }

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

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

 span { border-color: rgb(46,124,62); }

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