#2C8231

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

Shades of Japanese Laurel #2C8231

Tints of Japanese Laurel #2C8231

Color information

#2C8231 (or 0x2C8231) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 82 and 31. RGB value is (44,130,49). Sum of RGB (Red+Green+Blue) = 44+130+49=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #2C8231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8231 is #D37DCE. Grayscale: #5F5F5F. Windows color (decimal): -13860303 or 3244588. OLE color: 3244588.

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

Color convert

RGB4413049-
CMYK0.6600.620.49
HSL123.49º49.43%34.12%-
HSV(B)123.49º66.15%50.98%-
XYZ9.5816.725.63-
YUV95.05102.0191.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 130 (51.17% from 255) = 58.30%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=19.73%
G=58.30%
B=21.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44130490.6600.620.49123.4949.4334.12
Hex2C82314203E317b3122
Octal5420261102076611736142
Binary10110010000010110001100001001111101100011111011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,49); }

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

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

 a { background-color: rgb(44,130,49); }

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

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

 span { border-color: rgb(44,130,49); }

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