#2C863B

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

Shades of Japanese Laurel #2C863B

Tints of Japanese Laurel #2C863B

Color information

#2C863B (or 0x2C863B) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 86 and 3B. RGB value is (44,134,59). Sum of RGB (Red+Green+Blue) = 44+134+59=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #2C863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C863B is #D379C4. Grayscale: #626262. Windows color (decimal): -13859269 or 3900972. OLE color: 3900972.

HSL color Cylindrical-coordinate representation of color #2C863B: hue angle of 130º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C863B is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB4413459-
CMYK0.6700.560.47
HSL130º50.56%34.9%-
HSV(B)130º67.16%52.55%-
XYZ10.3517.97.05-
YUV98.54105.6889.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.57%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=18.57%
G=56.54%
B=24.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44134590.6700.560.4713050.5634.9
Hex2C863B430382F823323
Octal5420673103070572026343
Binary101100100001101110111000011011100010111110000010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,134,59); }

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

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

 a { background-color: rgb(44,134,59); }

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

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

 span { border-color: rgb(44,134,59); }

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