#2C7934

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

Shades of Japanese Laurel #2C7934

Tints of Japanese Laurel #2C7934

Color information

#2C7934 (or 0x2C7934) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 79 and 34. RGB value is (44,121,52). Sum of RGB (Red+Green+Blue) = 44+121+52=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7934 is #D386CB. Grayscale: #5A5A5A. Windows color (decimal): -13862604 or 3438892. OLE color: 3438892.

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

Color convert

RGB4412152-
CMYK0.6400.570.53
HSL126.23º46.67%32.35%-
HSV(B)126.23º63.64%47.45%-
XYZ8.514.465.59-
YUV90.11106.4995.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.28%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=20.28%
G=55.76%
B=23.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44121520.6400.570.53126.2346.6732.35
Hex2C793440039357e2f20
Octal5417164100071651765740
Binary1011001111001110100100000001110011101011111110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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