#2B7120

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

Shades of Japanese Laurel #2B7120

Tints of Japanese Laurel #2B7120

Color information

#2B7120 (or 0x2B7120) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 71 and 20. RGB value is (43,113,32). Sum of RGB (Red+Green+Blue) = 43+113+32=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7120 is #D48EDF. Grayscale: #535353. Windows color (decimal): -13930208 or 2126123. OLE color: 2126123.

HSL color Cylindrical-coordinate representation of color #2B7120: hue angle of 111.85º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B7120 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB4311332-
CMYK0.6200.720.56
HSL111.85º55.86%28.43%-
HSV(B)111.85º71.68%44.31%-
XYZ7.1612.433.39-
YUV82.8499.3199.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 113 (44.53% from 255) = 60.11%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=22.87%
G=60.11%
B=17.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113320.6200.720.56111.8555.8628.43
Hex2B71203E0483870381c
Octal5316140760110701607034
Binary101011111000110000011111001001000111000111000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,113,32); }

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

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

 a { background-color: rgb(43,113,32); }

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

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

 span { border-color: rgb(43,113,32); }

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