#2D842E

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

Shades of Japanese Laurel #2D842E

Tints of Japanese Laurel #2D842E

Color information

#2D842E (or 0x2D842E) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 84 and 2E. RGB value is (45,132,46). Sum of RGB (Red+Green+Blue) = 45+132+46=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #2D842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D842E is #D27BD1. Grayscale: #606060. Windows color (decimal): -13794258 or 3048493. OLE color: 3048493.

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

Color convert

RGB4513246-
CMYK0.6600.650.48
HSL120.69º49.15%34.71%-
HSV(B)120.69º65.91%51.76%-
XYZ9.8317.265.4-
YUV96.1899.6891.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 132 (51.95% from 255) = 59.19%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=20.18%
G=59.19%
B=20.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45132460.6600.650.48120.6949.1534.71
Hex2D842E4204130793123
Octal55204561020101601716143
Binary101101100001001011101000010010000011100001111001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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