#2C8540

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

Shades of Japanese Laurel #2C8540

Tints of Japanese Laurel #2C8540

Color information

#2C8540 (or 0x2C8540) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 85 and 40. RGB value is (44,133,64). Sum of RGB (Red+Green+Blue) = 44+133+64=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8540 is #D37ABF. Grayscale: #626262. Windows color (decimal): -13859520 or 4228396. OLE color: 4228396.

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

Color convert

RGB4413364-
CMYK0.6700.520.48
HSL133.48º50.28%34.71%-
HSV(B)133.48º66.92%52.16%-
XYZ10.3517.687.72-
YUV98.52108.5189.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.26%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=18.26%
G=55.19%
B=26.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44133640.6700.520.48133.4850.2834.71
Hex2C85404303430853223
Octal54205100103064602056243
Binary1011001000010110000001000011011010011000010000101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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