#2B7121

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

Shades of Japanese Laurel #2B7121

Tints of Japanese Laurel #2B7121

Color information

#2B7121 (or 0x2B7121) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 71 and 21. RGB value is (43,113,33). Sum of RGB (Red+Green+Blue) = 43+113+33=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7121 is #D48EDE. Grayscale: #535353. Windows color (decimal): -13930207 or 2191659. OLE color: 2191659.

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

Color convert

RGB4311333-
CMYK0.6200.710.56
HSL112.5º54.79%28.63%-
HSV(B)112.5º70.8%44.31%-
XYZ7.1812.433.46-
YUV82.9599.8199.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 113 (44.53% from 255) = 59.79%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=22.75%
G=59.79%
B=17.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113330.6200.710.56112.554.7928.63
Hex2B71213E0473870371d
Octal5316141760107701606735
Binary101011111000110000111111001000111111000111000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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