#2B711F

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

Shades of Japanese Laurel #2B711F

Tints of Japanese Laurel #2B711F

Color information

#2B711F (or 0x2B711F) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 71 and 1F. RGB value is (43,113,31). Sum of RGB (Red+Green+Blue) = 43+113+31=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #2B711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B711F is #D48EE0. Grayscale: #525252. Windows color (decimal): -13930209 or 2060587. OLE color: 2060587.

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

Color convert

RGB4311331-
CMYK0.6200.730.56
HSL111.22º56.94%28.24%-
HSV(B)111.22º72.57%44.31%-
XYZ7.1512.423.32-
YUV82.7298.8199.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 113 (44.53% from 255) = 60.43%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=22.99%
G=60.43%
B=16.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113310.6200.730.56111.2256.9428.24
Hex2B711F3E049386f391c
Octal5316137760111701577134
Binary10101111100011111111111001001001111000110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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