#2E752A

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

Shades of Japanese Laurel #2E752A

Tints of Japanese Laurel #2E752A

Color information

#2E752A (or 0x2E752A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 75 and 2A. RGB value is (46,117,42). Sum of RGB (Red+Green+Blue) = 46+117+42=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #2E752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E752A is #D18AD5. Grayscale: #575757. Windows color (decimal): -13732566 or 2782510. OLE color: 2782510.

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

Color convert

RGB4611742-
CMYK0.6100.640.54
HSL116.8º47.17%31.18%-
HSV(B)116.8º64.1%45.88%-
XYZ7.9113.474.37-
YUV87.22102.4898.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.44%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=22.44%
G=57.07%
B=20.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46117420.6100.640.54116.847.1731.18
Hex2E752A3D04036752f1f
Octal5616552750100661655737
Binary101110111010110101011110101000000110110111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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