#2C8D38

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

Shades of Japanese Laurel #2C8D38

Tints of Japanese Laurel #2C8D38

Color information

#2C8D38 (or 0x2C8D38) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 8D and 38. RGB value is (44,141,56). Sum of RGB (Red+Green+Blue) = 44+141+56=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8D38 is #D372C7. Grayscale: #666666. Windows color (decimal): -13857480 or 3706156. OLE color: 3706156.

HSL color Cylindrical-coordinate representation of color #2C8D38: hue angle of 127.42º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8D38 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB4414156-
CMYK0.6900.600.45
HSL127.42º52.43%36.27%-
HSV(B)127.42º68.79%55.29%-
XYZ11.2819.876.98-
YUV102.31101.8686.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.26%
GREEN value IS 141 (55.47% from 255) = 58.51%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=18.26%
G=58.51%
B=23.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44141560.6900.600.45127.4252.4336.27
Hex2C8D384503C2D7f3424
Octal5421570105074551776444
Binary10110010001101111000100010101111001011011111111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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