#2C8638

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

Shades of Japanese Laurel #2C8638

Tints of Japanese Laurel #2C8638

Color information

#2C8638 (or 0x2C8638) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 86 and 38. RGB value is (44,134,56). Sum of RGB (Red+Green+Blue) = 44+134+56=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #2C8638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8638 is #D379C7. Grayscale: #626262. Windows color (decimal): -13859272 or 3704364. OLE color: 3704364.

HSL color Cylindrical-coordinate representation of color #2C8638: hue angle of 128º 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 #2C8638 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB4413456-
CMYK0.6700.580.47
HSL128º50.56%34.9%-
HSV(B)128º67.16%52.55%-
XYZ10.2817.876.65-
YUV98.2104.1889.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.80%
GREEN value IS 134 (52.73% from 255) = 57.26%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=18.80%
G=57.26%
B=23.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44134560.6700.580.4712850.5634.9
Hex2C86384303A2F803323
Octal5420670103072572006343
Binary101100100001101110001000011011101010111110000000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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