#2E8536

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

Shades of Japanese Laurel #2E8536

Tints of Japanese Laurel #2E8536

Color information

#2E8536 (or 0x2E8536) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 85 and 36. RGB value is (46,133,54). Sum of RGB (Red+Green+Blue) = 46+133+54=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8536 is #D17AC9. Grayscale: #626262. Windows color (decimal): -13728458 or 3573038. OLE color: 3573038.

HSL color Cylindrical-coordinate representation of color #2E8536: hue angle of 125.52º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8536 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB4613354-
CMYK0.6500.590.48
HSL125.52º48.6%35.1%-
HSV(B)125.52º65.41%52.16%-
XYZ10.1817.626.35-
YUV97.98103.1890.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.74%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=19.74%
G=57.08%
B=23.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133540.6500.590.48125.5248.635.1
Hex2E85364103B307e3123
Octal5620566101073601766143
Binary10111010000101110110100000101110111100001111110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,133,54); }

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

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

 a { background-color: rgb(46,133,54); }

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

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

 span { border-color: rgb(46,133,54); }

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