#2C8636

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

Shades of Japanese Laurel #2C8636

Tints of Japanese Laurel #2C8636

Color information

#2C8636 (or 0x2C8636) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 86 and 36. RGB value is (44,134,54). Sum of RGB (Red+Green+Blue) = 44+134+54=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #2C8636 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8636 is #D379C9. Grayscale: #626262. Windows color (decimal): -13859274 or 3573292. OLE color: 3573292.

HSL color Cylindrical-coordinate representation of color #2C8636: hue angle of 126.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8636 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB4413454-
CMYK0.6700.600.47
HSL126.67º50.56%34.9%-
HSV(B)126.67º67.16%52.55%-
XYZ10.2317.856.4-
YUV97.97103.1889.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=18.97%
G=57.76%
B=23.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44134540.6700.600.47126.6750.5634.9
Hex2C86364303C2F7f3323
Octal5420666103074571776343
Binary10110010000110110110100001101111001011111111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,134,54); }

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

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

 a { background-color: rgb(44,134,54); }

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

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

 span { border-color: rgb(44,134,54); }

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