#2E7B3E

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

Shades of Japanese Laurel #2E7B3E

Tints of Japanese Laurel #2E7B3E

Color information

#2E7B3E (or 0x2E7B3E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 7B and 3E. RGB value is (46,123,62). Sum of RGB (Red+Green+Blue) = 46+123+62=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #2E7B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7B3E is #D184C1. Grayscale: #5D5D5D. Windows color (decimal): -13731010 or 4094766. OLE color: 4094766.

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

Color convert

RGB4612362-
CMYK0.6300.500.52
HSL132.47º45.56%33.14%-
HSV(B)132.47º62.6%48.24%-
XYZ9.0815.096.99-
YUV93.02110.4994.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 123 (48.44% from 255) = 53.25%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=19.91%
G=53.25%
B=26.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46123620.6300.500.52132.4745.5633.14
Hex2E7B3E3F03234842e21
Octal561737677062642045641
Binary1011101111011111110111111011001011010010000100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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