#2C792E

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

Shades of Japanese Laurel #2C792E

Tints of Japanese Laurel #2C792E

Color information

#2C792E (or 0x2C792E) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 79 and 2E. RGB value is (44,121,46). Sum of RGB (Red+Green+Blue) = 44+121+46=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #2C792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C792E is #D386D1. Grayscale: #595959. Windows color (decimal): -13862610 or 3045676. OLE color: 3045676.

HSL color Cylindrical-coordinate representation of color #2C792E: hue angle of 121.56º 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 #2C792E is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB4412146-
CMYK0.6400.620.53
HSL121.56º46.67%32.35%-
HSV(B)121.56º63.64%47.45%-
XYZ8.3714.414.92-
YUV89.43103.4995.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 121 (47.66% from 255) = 57.35%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=20.85%
G=57.35%
B=21.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44121460.6400.620.53121.5646.6732.35
Hex2C792E4003E357a2f20
Octal5417156100076651725740
Binary1011001111001101110100000001111101101011111010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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