#2C8B39

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

Shades of Japanese Laurel #2C8B39

Tints of Japanese Laurel #2C8B39

Color information

#2C8B39 (or 0x2C8B39) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 8B and 39. RGB value is (44,139,57). Sum of RGB (Red+Green+Blue) = 44+139+57=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8B39 is #D374C6. Grayscale: #656565. Windows color (decimal): -13857991 or 3771180. OLE color: 3771180.

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

Color convert

RGB4413957-
CMYK0.6800.590.45
HSL128.21º51.91%35.88%-
HSV(B)128.21º68.35%54.51%-
XYZ11.0119.37.02-
YUV101.25103.0387.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.33%
GREEN value IS 139 (54.69% from 255) = 57.92%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=18.33%
G=57.92%
B=23.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44139570.6800.590.45128.2151.9135.88
Hex2C8B394403B2D803424
Octal5421371104073552006444
Binary101100100010111110011000100011101110110110000000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,139,57); }

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

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

 a { background-color: rgb(44,139,57); }

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

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

 span { border-color: rgb(44,139,57); }

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