#2E7528

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

Shades of Japanese Laurel #2E7528

Tints of Japanese Laurel #2E7528

Color information

#2E7528 (or 0x2E7528) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 75 and 28. RGB value is (46,117,40). Sum of RGB (Red+Green+Blue) = 46+117+40=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7528 is #D18AD7. Grayscale: #575757. Windows color (decimal): -13732568 or 2651438. OLE color: 2651438.

HSL color Cylindrical-coordinate representation of color #2E7528: hue angle of 115.32º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E7528 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB4611740-
CMYK0.6100.660.54
HSL115.32º49.04%30.78%-
HSV(B)115.32º65.81%45.88%-
XYZ7.8713.464.19-
YUV86.99101.4898.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=22.66%
G=57.64%
B=19.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46117400.6100.660.54115.3249.0430.78
Hex2E75283D0423673311f
Octal5616550750102661636137
Binary101110111010110100011110101000010110110111001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,117,40); }

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

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

 a { background-color: rgb(46,117,40); }

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

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

 span { border-color: rgb(46,117,40); }

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