#2C773A

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

Shades of Japanese Laurel #2C773A

Tints of Japanese Laurel #2C773A

Color information

#2C773A (or 0x2C773A) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 77 and 3A. RGB value is (44,119,58). Sum of RGB (Red+Green+Blue) = 44+119+58=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #2C773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C773A is #D388C5. Grayscale: #595959. Windows color (decimal): -13863110 or 3831596. OLE color: 3831596.

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

Color convert

RGB4411958-
CMYK0.6300.510.53
HSL131.2º46.01%31.96%-
HSV(B)131.2º63.03%46.67%-
XYZ8.414.036.27-
YUV89.62110.1595.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=19.91%
G=53.85%
B=26.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44119580.6300.510.53131.246.0131.96
Hex2C773A3F03335832e20
Octal541677277063652035640
Binary1011001110111111010111111011001111010110000011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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