#2C842E

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

Shades of Japanese Laurel #2C842E

Tints of Japanese Laurel #2C842E

Color information

#2C842E (or 0x2C842E) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 84 and 2E. RGB value is (44,132,46). Sum of RGB (Red+Green+Blue) = 44+132+46=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #2C842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C842E is #D37BD1. Grayscale: #606060. Windows color (decimal): -13859794 or 3048492. OLE color: 3048492.

HSL color Cylindrical-coordinate representation of color #2C842E: hue angle of 121.36º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C842E is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB4413246-
CMYK0.6700.650.48
HSL121.36º50%34.51%-
HSV(B)121.36º66.67%51.76%-
XYZ9.7817.245.4-
YUV95.8899.8590.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 132 (51.95% from 255) = 59.46%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=19.82%
G=59.46%
B=20.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44132460.6700.650.48121.365034.51
Hex2C842E4304130793223
Octal54204561030101601716243
Binary101100100001001011101000011010000011100001111001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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