#2D843C

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

Shades of Japanese Laurel #2D843C

Tints of Japanese Laurel #2D843C

Color information

#2D843C (or 0x2D843C) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 84 and 3C. RGB value is (45,132,60). Sum of RGB (Red+Green+Blue) = 45+132+60=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #2D843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D843C is #D27BC3. Grayscale: #616161. Windows color (decimal): -13794244 or 3965997. OLE color: 3965997.

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

Color convert

RGB4513260-
CMYK0.6600.550.48
HSL130.34º49.15%34.71%-
HSV(B)130.34º65.91%51.76%-
XYZ10.1517.397.1-
YUV97.78106.6890.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.99%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=18.99%
G=55.70%
B=25.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45132600.6600.550.48130.3449.1534.71
Hex2D843C4203730823123
Octal5520474102067602026143
Binary101101100001001111001000010011011111000010000010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,132,60); }

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

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

 a { background-color: rgb(45,132,60); }

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

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

 span { border-color: rgb(45,132,60); }

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