#2E7025

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

Shades of Japanese Laurel #2E7025

Tints of Japanese Laurel #2E7025

Color information

#2E7025 (or 0x2E7025) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 70 and 25. RGB value is (46,112,37). Sum of RGB (Red+Green+Blue) = 46+112+37=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7025 is #D18FDA. Grayscale: #535353. Windows color (decimal): -13733851 or 2453550. OLE color: 2453550.

HSL color Cylindrical-coordinate representation of color #2E7025: hue angle of 112.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E7025 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB4611237-
CMYK0.5900.670.56
HSL112.8º50.34%29.22%-
HSV(B)112.8º66.96%43.92%-
XYZ7.2512.33.74-
YUV83.72101.63101.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.59%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=23.59%
G=57.44%
B=18.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112370.5900.670.56112.850.3429.22
Hex2E70253B0433871321d
Octal5616045730103701616235
Binary101110111000010010111101101000011111000111000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,112,37); }

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

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

 a { background-color: rgb(46,112,37); }

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

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

 span { border-color: rgb(46,112,37); }

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