#2D7C40

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

Shades of Japanese Laurel #2D7C40

Tints of Japanese Laurel #2D7C40

Color information

#2D7C40 (or 0x2D7C40) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 7C and 40. RGB value is (45,124,64). Sum of RGB (Red+Green+Blue) = 45+124+64=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7C40 is #D283BF. Grayscale: #5D5D5D. Windows color (decimal): -13796288 or 4226093. OLE color: 4226093.

HSL color Cylindrical-coordinate representation of color #2D7C40: hue angle of 134.43º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7C40 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB4512464-
CMYK0.6400.480.51
HSL134.43º46.75%33.14%-
HSV(B)134.43º63.71%48.63%-
XYZ9.2215.347.33-
YUV93.54111.3393.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 124 (48.83% from 255) = 53.22%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=19.31%
G=53.22%
B=27.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45124640.6400.480.51134.4346.7533.14
Hex2D7C404003033862f21
Octal55174100100060632065741
Binary101101111110010000001000000011000011001110000110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,124,64); }

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

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

 a { background-color: rgb(45,124,64); }

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

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

 span { border-color: rgb(45,124,64); }

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