#2C813A

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

Shades of Japanese Laurel #2C813A

Tints of Japanese Laurel #2C813A

Color information

#2C813A (or 0x2C813A) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 81 and 3A. RGB value is (44,129,58). Sum of RGB (Red+Green+Blue) = 44+129+58=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #2C813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C813A is #D37EC5. Grayscale: #5F5F5F. Windows color (decimal): -13860550 or 3834156. OLE color: 3834156.

HSL color Cylindrical-coordinate representation of color #2C813A: hue angle of 129.88º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C813A is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB4412958-
CMYK0.6600.550.49
HSL129.88º49.13%33.92%-
HSV(B)129.88º65.89%50.59%-
XYZ9.6516.546.69-
YUV95.49106.8491.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=19.05%
G=55.84%
B=25.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44129580.6600.550.49129.8849.1333.92
Hex2C813A4203731823122
Octal5420172102067612026142
Binary101100100000011110101000010011011111000110000010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,129,58); }

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

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

 a { background-color: rgb(44,129,58); }

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

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

 span { border-color: rgb(44,129,58); }

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