#2C853F

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

Shades of Japanese Laurel #2C853F

Tints of Japanese Laurel #2C853F

Color information

#2C853F (or 0x2C853F) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 85 and 3F. RGB value is (44,133,63). Sum of RGB (Red+Green+Blue) = 44+133+63=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #2C853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C853F is #D37AC0. Grayscale: #626262. Windows color (decimal): -13859521 or 4162860. OLE color: 4162860.

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

Color convert

RGB4413363-
CMYK0.6700.530.48
HSL132.81º50.28%34.71%-
HSV(B)132.81º66.92%52.16%-
XYZ10.3217.677.57-
YUV98.41108.0189.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.33%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 63 (25% from 255) = 26.25%
R=18.33%
G=55.42%
B=26.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44133630.6700.530.48132.8150.2834.71
Hex2C853F4303530853223
Octal5420577103065602056243
Binary101100100001011111111000011011010111000010000101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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