#2C8035

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

Shades of Japanese Laurel #2C8035

Tints of Japanese Laurel #2C8035

Color information

#2C8035 (or 0x2C8035) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 80 and 35. RGB value is (44,128,53). Sum of RGB (Red+Green+Blue) = 44+128+53=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #2C8035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8035 is #D37FCA. Grayscale: #5E5E5E. Windows color (decimal): -13860811 or 3506220. OLE color: 3506220.

HSL color Cylindrical-coordinate representation of color #2C8035: hue angle of 126.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C8035 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB4412853-
CMYK0.6600.590.50
HSL126.43º48.84%33.73%-
HSV(B)126.43º65.62%50.2%-
XYZ9.416.236.01-
YUV94.33104.6792.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 128 (50.39% from 255) = 56.89%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=19.56%
G=56.89%
B=23.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44128530.6600.590.50126.4348.8433.73
Hex2C80354203B327e3122
Octal5420065102073621766142
Binary10110010000000110101100001001110111100101111110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,128,53); }

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

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

 a { background-color: rgb(44,128,53); }

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

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

 span { border-color: rgb(44,128,53); }

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