#2B822E

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

Shades of Japanese Laurel #2B822E

Tints of Japanese Laurel #2B822E

Color information

#2B822E (or 0x2B822E) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 82 and 2E. RGB value is (43,130,46). Sum of RGB (Red+Green+Blue) = 43+130+46=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #2B822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B822E is #D47DD1. Grayscale: #5E5E5E. Windows color (decimal): -13925842 or 3047979. OLE color: 3047979.

HSL color Cylindrical-coordinate representation of color #2B822E: hue angle of 122.07º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B822E is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB4313046-
CMYK0.6700.650.49
HSL122.07º50.29%33.92%-
HSV(B)122.07º66.92%50.98%-
XYZ9.4716.685.3-
YUV94.41100.6891.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 130 (51.17% from 255) = 59.36%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=19.63%
G=59.36%
B=21.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43130460.6700.650.49122.0750.2933.92
Hex2B822E43041317a3222
Octal53202561030101611726242
Binary101011100000101011101000011010000011100011111010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,130,46); }

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

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

 a { background-color: rgb(43,130,46); }

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

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

 span { border-color: rgb(43,130,46); }

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