#2B721E

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

Shades of Japanese Laurel #2B721E

Tints of Japanese Laurel #2B721E

Color information

#2B721E (or 0x2B721E) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 72 and 1E. RGB value is (43,114,30). Sum of RGB (Red+Green+Blue) = 43+114+30=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #2B721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B721E is #D48DE1. Grayscale: #535353. Windows color (decimal): -13929954 or 1995307. OLE color: 1995307.

HSL color Cylindrical-coordinate representation of color #2B721E: hue angle of 110.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B721E is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB4311430-
CMYK0.6200.740.55
HSL110.71º58.33%28.24%-
HSV(B)110.71º73.68%44.71%-
XYZ7.2512.643.29-
YUV83.297.9899.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 114 (44.92% from 255) = 60.96%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=22.99%
G=60.96%
B=16.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114300.6200.740.55110.7158.3328.24
Hex2B721E3E04A376f3a1c
Octal5316236760112671577234
Binary10101111100101111011111001001010110111110111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,114,30); }

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

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

 a { background-color: rgb(43,114,30); }

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

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

 span { border-color: rgb(43,114,30); }

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