#2C793C

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

Shades of Japanese Laurel #2C793C

Tints of Japanese Laurel #2C793C

Color information

#2C793C (or 0x2C793C) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 79 and 3C. RGB value is (44,121,60). Sum of RGB (Red+Green+Blue) = 44+121+60=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #2C793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C793C is #D386C3. Grayscale: #5B5B5B. Windows color (decimal): -13862596 or 3963180. OLE color: 3963180.

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

Color convert

RGB4412160-
CMYK0.6400.500.53
HSL132.47º46.67%32.35%-
HSV(B)132.47º63.64%47.45%-
XYZ8.6914.546.62-
YUV91.02110.4994.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=19.56%
G=53.78%
B=26.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44121600.6400.500.53132.4746.6732.35
Hex2C793C4003235842f20
Octal5417174100062652045740
Binary10110011110011111001000000011001011010110000100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,121,60); }

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

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

 a { background-color: rgb(44,121,60); }

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

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

 span { border-color: rgb(44,121,60); }

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