#2E7738

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

Shades of Japanese Laurel #2E7738

Tints of Japanese Laurel #2E7738

Color information

#2E7738 (or 0x2E7738) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 77 and 38. RGB value is (46,119,56). Sum of RGB (Red+Green+Blue) = 46+119+56=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7738 is #D188C7. Grayscale: #5A5A5A. Windows color (decimal): -13732040 or 3700526. OLE color: 3700526.

HSL color Cylindrical-coordinate representation of color #2E7738: hue angle of 128.22º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7738 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB4611956-
CMYK0.6100.530.53
HSL128.22º44.24%32.35%-
HSV(B)128.22º61.34%46.67%-
XYZ8.4414.066.01-
YUV89.99108.8296.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=20.81%
G=53.85%
B=25.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119560.6100.530.53128.2244.2432.35
Hex2E77383D03535802c20
Octal561677075065652005440
Binary1011101110111111000111101011010111010110000000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,119,56); }

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

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

 a { background-color: rgb(46,119,56); }

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

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

 span { border-color: rgb(46,119,56); }

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