#2E7323

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

Shades of Japanese Laurel #2E7323

Tints of Japanese Laurel #2E7323

Color information

#2E7323 (or 0x2E7323) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 73 and 23. RGB value is (46,115,35). Sum of RGB (Red+Green+Blue) = 46+115+35=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7323 is #D18CDC. Grayscale: #555555. Windows color (decimal): -13733085 or 2323246. OLE color: 2323246.

HSL color Cylindrical-coordinate representation of color #2E7323: hue angle of 111.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E7323 is Cyan = 0.6, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB4611535-
CMYK0.600.700.55
HSL111.75º53.33%29.41%-
HSV(B)111.75º69.57%45.1%-
XYZ7.5612.963.69-
YUV85.2599.64100-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 115 (45.31% from 255) = 58.67%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=23.47%
G=58.67%
B=17.86%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115350.600.700.55111.7553.3329.41
Hex2E73233C0463770351d
Octal5616343740106671606535
Binary101110111001110001111110001000110110111111000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,35); }

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

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

 a { background-color: rgb(46,115,35); }

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

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

 span { border-color: rgb(46,115,35); }

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