#2c853b

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

Shades of Japanese Laurel #2C853B

Tints of Japanese Laurel #2C853B

Color information

#2C853B (or 0x2C853B) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 85 and 3B. RGB value is (44,133,59). Sum of RGB (Red+Green+Blue) = 44+133+59=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #2C853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C853B is #D37AC4. Grayscale: #626262. Windows color (decimal): -13859525 or 3900716. OLE color: 3900716.

HSL color Cylindrical-coordinate representation of color #2C853B: hue angle of 130.11º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C853B is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB4413359-
CMYK0.6700.560.48
HSL130.11º50.28%34.71%-
HSV(B)130.11º66.92%52.16%-
XYZ10.2217.637-
YUV97.95106.0189.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.64%
GREEN value IS 133 (52.34% from 255) = 56.36%
BLUE value IS 59 (23.44% from 255) = 25%
R=18.64%
G=56.36%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44133590.6700.560.48130.1150.2834.71
Hex2C853B4303830823223
Octal5420573103070602026243
Binary101100100001011110111000011011100011000010000010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c853b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,133,59); }

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

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

 a { background-color: rgb(44,133,59); }

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

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

 span { border-color: rgb(44,133,59); }

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