#2B6F1F

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

Shades of Japanese Laurel #2B6F1F

Tints of Japanese Laurel #2B6F1F

Color information

#2B6F1F (or 0x2B6F1F) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 6F and 1F. RGB value is (43,111,31). Sum of RGB (Red+Green+Blue) = 43+111+31=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6F1F is #D490E0. Grayscale: #515151. Windows color (decimal): -13930721 or 2060075. OLE color: 2060075.

HSL color Cylindrical-coordinate representation of color #2B6F1F: hue angle of 111º 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 #2B6F1F is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB4311131-
CMYK0.6100.720.56
HSL111º56.34%27.84%-
HSV(B)111º72.07%43.53%-
XYZ6.9311.983.24-
YUV81.5599.47100.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 111 (43.75% from 255) = 60%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=23.24%
G=60%
B=16.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43111310.6100.720.5611156.3427.84
Hex2B6F1F3D048386f381c
Octal5315737750110701577034
Binary10101111011111111111110101001000111000110111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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